fixes for fastlane and gitea actions
All checks were successful
Build and release debug APK / Build APK (pull_request) Successful in 7m36s
Build and deploy the backend to production / Build and push image (push) Successful in 1m44s
/ push-to-remote (push) Successful in 12s
Build and deploy the backend to production / Deploy to production (push) Successful in 15s
All checks were successful
Build and release debug APK / Build APK (pull_request) Successful in 7m36s
Build and deploy the backend to production / Build and push image (push) Successful in 1m44s
/ push-to-remote (push) Successful in 12s
Build and deploy the backend to production / Deploy to production (push) Successful in 15s
This commit is contained in:
@@ -21,8 +21,10 @@ 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)
|
||||
aab: "../../build/app/outputs/bundle/release/app-release.aab",
|
||||
# this is the default output of flutter build ... --release
|
||||
# in particular this the build folder lies in the flutter root folder
|
||||
# hence the relative path
|
||||
)
|
||||
end
|
||||
|
||||
@@ -39,8 +41,10 @@ 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)
|
||||
aab: "../../build/app/outputs/bundle/release/app-release.aab",
|
||||
# this is the default output of flutter build ... --release
|
||||
# in particular this the build folder lies in the flutter root folder
|
||||
# hence the relative path
|
||||
)
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user