also upload aab
Some checks failed
Build and release APK / Build APK (pull_request) Has been cancelled

This commit is contained in:
Remy Moll 2024-10-22 14:50:59 +02:00
parent 9850e949c3
commit 84839c5a02

View File

@ -21,6 +21,8 @@ platform :android do
track: 'alpha',
skip_upload_apk: true,
skip_upload_changelogs: true,
aab: "build/app/outputs/bundle/release/app-release.aab",
# this is the default output of flutter build ... --release (in particular it is relative)
)
end
@ -37,6 +39,8 @@ platform :android do
track: "production",
skip_upload_apk: true,
skip_upload_changelogs: true,
aab: "build/app/outputs/bundle/release/app-release.aab",
# this is the default output of flutter build ... --release (in particular it is relative)
)
end
end