Skip to content

Commit 2da0c3c

Browse files
committed
chore: action yml
1 parent e661036 commit 2da0c3c

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/release_for_android.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
2929
- name: Prepare Flutter Dependencies
3030
run: |
31+
.flutter/bin/flutter config --no-analytics
3132
.flutter/bin/flutter pub get
3233
3334
- name: Signing APK
@@ -38,14 +39,6 @@ jobs:
3839
echo storeFile=key.jks >> ${{env.PROPERTIES_PATH}}
3940
echo "${{ secrets.SIGNING_KEY }}" | base64 --decode > android/app/key.jks
4041
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-
4942
- name: Build APK
5043
run: .flutter/bin/flutter build apk --split-per-abi
5144

0 commit comments

Comments
 (0)