ci(android): run patch-android-manifest.sh after tauri android init
Ensures CAMERA permission is always injected into the generated AndroidManifest.xml during CI builds. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -136,6 +136,10 @@ jobs:
|
||||
rm -rf gen/android
|
||||
bun tauri android init
|
||||
|
||||
- name: Patch AndroidManifest (CAMERA permission)
|
||||
working-directory: apps/tauri
|
||||
run: bash scripts/patch-android-manifest.sh
|
||||
|
||||
- name: Build Tauri Android APK
|
||||
working-directory: apps/tauri
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user