Skip to content

Commit c278c3b

Browse files
committed
fix cd
1 parent 3f577fa commit c278c3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ jobs:
3939
FLUTTER_ENV: ${{ secrets.FLUTTER_ENV }}
4040

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

4747
- name: Build AppBundle
48-
run: flutter build appbundle --release --flavor prod
48+
run: flutter build appbundle --release
4949
env:
5050
KEYSTORE_PASSWD: ${{ secrets.KEYSTORE_PASSWD }}
5151
KEYSTORE_ALIAS: ${{ secrets.KEYSTORE_ALIAS }}

0 commit comments

Comments
 (0)