Skip to content

Commit 2de4e82

Browse files
committed
fix(ci): preserve Android protobuf override
1 parent fe8462d commit 2de4e82

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/tauri-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,11 +299,13 @@ jobs:
299299
if: ${{ needs.setup-release.outputs.nightly == 'true' }}
300300
shell: bash
301301
run: |
302-
# Tauri regenerates this file without the JitPack repository required by LiveKit.
302+
# Tauri regenerates these files without the LiveKit dependency overrides.
303303
cp src-tauri/gen/android/build.gradle.kts "$RUNNER_TEMP/android-build.gradle.kts"
304+
cp src-tauri/gen/android/app/build.gradle.kts "$RUNNER_TEMP/android-app-build.gradle.kts"
304305
rm -rf src-tauri/gen/android
305306
pnpm tauri android init --ci --config src-tauri/tauri.nightly.conf.json
306307
cp "$RUNNER_TEMP/android-build.gradle.kts" src-tauri/gen/android/build.gradle.kts
308+
cp "$RUNNER_TEMP/android-app-build.gradle.kts" src-tauri/gen/android/app/build.gradle.kts
307309
308310
- name: Setup Android signing
309311
if: ${{ env.ANDROID_KEY_BASE64 != '' }}

0 commit comments

Comments
 (0)