Skip to content

Commit

Permalink
Update build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AhsanSarwar45 committed Dec 15, 2023
1 parent d06e1cd commit a39da6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,11 @@ jobs:
run: flutter build apk --release --split-per-abi --target-platform="android-x64"

- name: Save APKs to Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: APKs
path: build/app/outputs/flutter-apk/*.apk
retention-days: 3



Expand Down

0 comments on commit a39da6f

Please sign in to comment.