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 f7fce0a commit 20eb151Copy full SHA for 20eb151
.github/workflows/release_for_android.yaml
@@ -50,7 +50,8 @@ jobs:
50
files: >
51
build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk,
52
build/app/outputs/flutter-apk/app-arm64-v8a-release.apk,
53
- build/app/outputs/flutter-apk/app-x86_64-release.apk
+ build/app/outputs/flutter-apk/app-x86_64-release.apk,
54
+ build/app/outputs/bundle/release/app-release.aab
55
prerelease: false
56
tag_name: ${{ github.event.inputs.tag_name }}
57
token: ${{ secrets.RELEASE_TOKEN }}
0 commit comments