ci: fix release Android build --apk flag requires explicit value
🏗️ Build and Test JellyTau / Run Tests (push) Successful in 2m26s
Traceability Validation / Check Requirement Traces (push) Successful in 19s
Build & Release / Run Tests (push) Successful in 2m29s
🏗️ Build and Test JellyTau / Build Android APK (push) Successful in 17m57s
Build & Release / Build Linux (push) Successful in 15m38s
Build & Release / Build Android (push) Failing after 14m48s
Build & Release / Create Release (push) Has been skipped

Tauri CLI requires '--apk true'; bare '--apk' fails with
"a value is required for '--apk <APK>'". The release workflow
only reached this step now that checkout/container issues are fixed.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-21 20:44:23 +02:00
co-authored by Claude Opus 4.8
parent 0c3ed74fe1
commit 7fb866a583
+1 -1
View File
@@ -187,7 +187,7 @@ jobs:
EOF
- name: Build signed Android APK
run: bun run tauri android build --apk --target aarch64
run: bun run tauri android build --apk true --target aarch64
- name: Collect & verify signed APK
run: |