Skip to content

Commit

Permalink
[266] fix: pub cache
Browse files Browse the repository at this point in the history
  • Loading branch information
maelchiotti committed Dec 1, 2024
1 parent 0930428 commit 559da0e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@ jobs:
mv build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk release/localmaterialnotes_armeabi-v7a_v${{ needs.get_version.outputs.version }}.apk
mv build/app/outputs/flutter-apk/app-arm64-v8a-release.apk release/localmaterialnotes_arm64-v8a_v${{ needs.get_version.outputs.version }}.apk
mv build/app/outputs/flutter-apk/app-x86_64-release.apk release/localmaterialnotes_x86_64_v${{ needs.get_version.outputs.version }}.apk
- name: Archive APK
uses: actions/upload-artifact@v4
with:
name: LocalMaterialNotes
path: build/app/outputs/flutter-apk/localmaterialnotes_arm64-v8a_v1.8.2.apk
- name: Extract changelog
id: extract_changelog
uses: dahlia/submark@main
Expand Down

0 comments on commit 559da0e

Please sign in to comment.