We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e661036 commit 2da0c3cCopy full SHA for 2da0c3c
.github/workflows/release_for_android.yaml
@@ -28,6 +28,7 @@ jobs:
28
29
- name: Prepare Flutter Dependencies
30
run: |
31
+ .flutter/bin/flutter config --no-analytics
32
.flutter/bin/flutter pub get
33
34
- name: Signing APK
@@ -38,14 +39,6 @@ jobs:
38
39
echo storeFile=key.jks >> ${{env.PROPERTIES_PATH}}
40
echo "${{ secrets.SIGNING_KEY }}" | base64 --decode > android/app/key.jks
41
- - name: Build APPBUNDLE
42
- run: .flutter/bin/flutter build appbundle --release
43
-
44
- - name: Build FAT-APK
45
- run: |
46
- .flutter/bin/flutter build apk --release
47
- md5sum build/app/outputs/flutter-apk/app-release.apk
48
49
- name: Build APK
50
run: .flutter/bin/flutter build apk --split-per-abi
51
0 commit comments