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
@@ -19,5 +19,5 @@ jobs:
env:
NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18
with:
files: build/app/build/outputs/apk/release/*.apk
files: build/app/outputs/flutter-apk/*.apk
token: ${{ secrets.GITHUB_TOKEN }}