Skip to content

Commit

Permalink
chore: action yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BenderBlog committed Sep 15, 2023
1 parent e661036 commit 2da0c3c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/release_for_android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- name: Prepare Flutter Dependencies
run: |
.flutter/bin/flutter config --no-analytics
.flutter/bin/flutter pub get
- name: Signing APK
Expand All @@ -38,14 +39,6 @@ jobs:
echo storeFile=key.jks >> ${{env.PROPERTIES_PATH}}
echo "${{ secrets.SIGNING_KEY }}" | base64 --decode > android/app/key.jks
- name: Build APPBUNDLE
run: .flutter/bin/flutter build appbundle --release

- name: Build FAT-APK
run: |
.flutter/bin/flutter build apk --release
md5sum build/app/outputs/flutter-apk/app-release.apk
- name: Build APK
run: .flutter/bin/flutter build apk --split-per-abi

Expand Down

0 comments on commit 2da0c3c

Please sign in to comment.