Skip to content

Commit 131cbe6

Browse files
jhlee0409claude
andcommitted
fix(ci): prevent tauri-action latest.json race condition
Add includeUpdaterJson: false to tauri-action to prevent parallel platform builds from racing to upload/delete the same latest.json asset. The generate-updater-metadata job already handles this. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ae4ee78 commit 131cbe6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/updater-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ jobs:
106106
with:
107107
releaseId: ${{ needs.create-release.outputs.release_id }}
108108
args: ${{ matrix.args }}
109+
updaterJsonPreferNsis: false
110+
includeUpdaterJson: false
109111

110112
generate-updater-metadata:
111113
needs: [create-release, build-tauri]

0 commit comments

Comments
 (0)