Skip to content

Commit

Permalink
.aab file added
Browse files Browse the repository at this point in the history
  • Loading branch information
sabikrahat committed Sep 26, 2022
1 parent eadd7fa commit c6953c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
# Flutter android apk build command.
- run: flutter build apk
- run: flutter build apk --split-per-abi
- run: flutter build appbundle

# Flutter ios ipa build command.
- run: |
Expand Down Expand Up @@ -81,6 +82,6 @@ jobs:
- name: Push to Release
uses: ncipollo/release-action@v1
with:
artifacts: "build/app/outputs/flutter-apk/*,build/ios/iphoneos/app.ipa"
artifacts: "build/app/outputs/flutter-apk/*,build/ios/iphoneos/app.ipa,build/app/outputs/bundle/release/app-release.aab"
tag: ${{env.my_tag}}
token: ${{env.my_secret}}

0 comments on commit c6953c8

Please sign in to comment.