Skip to content

Commit

Permalink
ci: add appbundle build
Browse files Browse the repository at this point in the history
  • Loading branch information
BenderBlog committed Jun 8, 2024
1 parent 719e511 commit f7fce0a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release_for_android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:
echo "${{ secrets.SIGNING_KEY }}" | base64 --decode > android/app/key.jks
- name: Build APK
run: .flutter/bin/flutter build apk --split-per-abi
run: |
.flutter/bin/flutter build apk --split-per-abi
.flutter/bin/flutter build appbundle
- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit f7fce0a

Please sign in to comment.