Skip to content

Commit 20eb151

Browse files
committed
ci: output aab to release
1 parent f7fce0a commit 20eb151

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release_for_android.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ jobs:
5050
files: >
5151
build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk,
5252
build/app/outputs/flutter-apk/app-arm64-v8a-release.apk,
53-
build/app/outputs/flutter-apk/app-x86_64-release.apk
53+
build/app/outputs/flutter-apk/app-x86_64-release.apk,
54+
build/app/outputs/bundle/release/app-release.aab
5455
prerelease: false
5556
tag_name: ${{ github.event.inputs.tag_name }}
5657
token: ${{ secrets.RELEASE_TOKEN }}

0 commit comments

Comments
 (0)