Skip to content

Commit 806270e

Browse files
authored
Update build-android.yml
1 parent 198bd37 commit 806270e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-android.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ jobs:
2727
- run: flutter pub get
2828
- run: flutter test
2929
- run: flutter build apk --release
30-
- run: flutter build appbundle
31-
- run: mv build/app/outputs/flutter-apk/*.apk KGPassGen-android.apk
30+
- run: mv build/app/outputs/flutter-apk/app-release.apk ./KGPassGen-android.apk
3231
- uses: actions/upload-artifact@v2
3332
with:
3433
name: built-android

0 commit comments

Comments
 (0)