Skip to content

Commit

Permalink
fix cd
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobaraujo7 committed Jan 20, 2025
1 parent 3f577fa commit c278c3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ jobs:
FLUTTER_ENV: ${{ secrets.FLUTTER_ENV }}

- name: Build APK
run: flutter build apk --dart-define-from-file=.env --release --split-per-abi --flavor prod
run: flutter build apk --dart-define-from-file=.env --release --split-per-abi
env:
KEYSTORE_PASSWD: ${{ secrets.KEYSTORE_PASSWD }}
KEYSTORE_ALIAS: ${{ secrets.KEYSTORE_ALIAS }}

- name: Build AppBundle
run: flutter build appbundle --release --flavor prod
run: flutter build appbundle --release
env:
KEYSTORE_PASSWD: ${{ secrets.KEYSTORE_PASSWD }}
KEYSTORE_ALIAS: ${{ secrets.KEYSTORE_ALIAS }}
Expand Down

0 comments on commit c278c3b

Please sign in to comment.