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 }}