Skip to content

Commit

Permalink
chore: updated pull-request workflow to build debug APK (#2607)
Browse files Browse the repository at this point in the history
  • Loading branch information
AsCress authored Jan 12, 2025
1 parent c69f612 commit 043618e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/android/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ runs:
VERSION_NAME: ${{inputs.VERSION_NAME}}
VERSION_CODE: ${{inputs.VERSION_CODE}}
run: |
flutter build apk --debug --build-name $VERSION_NAME --build-number $VERSION_CODE
flutter build apk --build-name $VERSION_NAME --build-number $VERSION_CODE
flutter build appbundle --build-name $VERSION_NAME --build-number $VERSION_CODE
Expand All @@ -54,4 +55,4 @@ runs:
with:
name: apk-files
path: |
build/app/outputs/flutter-apk
build/app/outputs/flutter-apk/app-debug.apk

0 comments on commit 043618e

Please sign in to comment.