Chore: Update release tooling

Update Fastlane and simplify GitHub release workflow.
This commit is contained in:
darken
2025-10-07 12:43:50 +02:00
committed by Matthias Urhahn
parent 618fddb698
commit 7cc81bd554
2 changed files with 2 additions and 9 deletions
+1 -2
View File
@@ -65,8 +65,7 @@ jobs:
tag_name: ${{ steps.tagger.outputs.tag }}
name: ${{ steps.tagger.outputs.tag }}
generate_release_notes: true
files: |
app/build/outputs/apk/foss/beta/*.apk
files: app/build/outputs/apk/foss/beta/*.apk
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+1 -7
View File
@@ -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