Skip to content

Commit

Permalink
chore: updated pull-request workflow to build debug APK
Browse files Browse the repository at this point in the history
  • Loading branch information
AsCress committed Jan 6, 2025
1 parent c69f612 commit 28140c9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/actions/android/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,11 @@ runs:
VERSION_NAME: ${{inputs.VERSION_NAME}}
VERSION_CODE: ${{inputs.VERSION_CODE}}
run: |
flutter build apk --build-name $VERSION_NAME --build-number $VERSION_CODE
flutter build appbundle --build-name $VERSION_NAME --build-number $VERSION_CODE
flutter build apk --debug --build-name $VERSION_NAME --build-number $VERSION_CODE
- name: Store APK file
uses: actions/upload-artifact@v4
with:
name: apk-files
path: |
build/app/outputs/flutter-apk
build/app/outputs/flutter-apk/apk-debug.apk

0 comments on commit 28140c9

Please sign in to comment.