Skip to content

Commit

Permalink
fix: add release option to android build
Browse files Browse the repository at this point in the history
  • Loading branch information
etabakov authored Nov 15, 2023
1 parent 59f0396 commit 76cb6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-deployment-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: rm ./fivekmrun_app_flutter/android/app/google-services.json && echo "${{ secrets.FIREBASE_CONFIG }}" | base64 --decode > ./fivekmrun_app_flutter/android/app/google-services.json

- name: Build appbundle
run: cd fivekmrun_app_flutter && flutter build appbundle --no-shrink
run: cd fivekmrun_app_flutter && flutter build appbundle --release --no-shrink

- name: Sign App Bundle
run: |
Expand Down

0 comments on commit 76cb6cd

Please sign in to comment.