mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-16 19:26:12 -04:00
Chore: Update release tooling
Update Fastlane and simplify GitHub release workflow.
This commit is contained in:
+1
-7
@@ -11,7 +11,7 @@
|
||||
|
||||
# This is the minimum version number required.
|
||||
# Update this, if you use features of a newer version
|
||||
fastlane_version "2.208.0"
|
||||
fastlane_version "2.226.0"
|
||||
|
||||
default_platform :android
|
||||
|
||||
@@ -32,9 +32,6 @@ platform :android do
|
||||
skip_upload_images: 'true',
|
||||
skip_upload_screenshots: 'true',
|
||||
skip_upload_metadata: 'true',
|
||||
aab_paths: [
|
||||
"app/build/outputs/bundle/gplayRelease/app-gplay-beta.aab",
|
||||
],
|
||||
)
|
||||
end
|
||||
|
||||
@@ -50,9 +47,6 @@ platform :android do
|
||||
skip_upload_images: 'true',
|
||||
skip_upload_screenshots: 'true',
|
||||
skip_upload_metadata: 'true',
|
||||
aab_paths: [
|
||||
"app/build/outputs/bundle/gplayRelease/app-gplay-release.aab",
|
||||
],
|
||||
)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user