We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 198bd37 commit 806270eCopy full SHA for 806270e
.github/workflows/build-android.yml
@@ -27,8 +27,7 @@ jobs:
27
- run: flutter pub get
28
- run: flutter test
29
- run: flutter build apk --release
30
- - run: flutter build appbundle
31
- - run: mv build/app/outputs/flutter-apk/*.apk KGPassGen-android.apk
+ - run: mv build/app/outputs/flutter-apk/app-release.apk ./KGPassGen-android.apk
32
- uses: actions/upload-artifact@v2
33
with:
34
name: built-android
0 commit comments