ci: correct apk location
Build and deploy the latest docker container / deploy (push) Successful in 51s
Build and release the latest android apk / rolling-release-apk (push) Successful in 4m53s
Build and release a versioned android apk / release-apk (push) Successful in 4m31s

This commit is contained in:
2026-06-12 18:24:37 +02:00
parent d7d0668e29
commit 22aa22ce76
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -33,5 +33,5 @@ jobs:
tag_name: latest # Explicitly target the tag we just moved tag_name: latest # Explicitly target the tag we just moved
name: 'Latest Development Build' name: 'Latest Development Build'
body: 'This rolling release is automatically generated and always contains the newest code from the main branch.' body: 'This rolling release is automatically generated and always contains the newest code from the main branch.'
files: build/app/build/outputs/apk/release/*.apk files: build/app/outputs/flutter-apk/*.apk
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
@@ -19,5 +19,5 @@ jobs:
env: env:
NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18 NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18
with: with:
files: build/app/build/outputs/apk/release/*.apk files: build/app/outputs/flutter-apk/*.apk
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}