Skip to content

Commit a2bd294

Browse files
CodeGhost21claude
andcommitted
fix: clear updater pubkey in build workflow to skip signing
The updater plugin has a pubkey configured which triggers signing even with createUpdaterArtifacts disabled. Clear the pubkey via config override. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 41552d4 commit a2bd294

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ jobs:
7373
run: cd skills && yarn install --frozen-lockfile
7474

7575
- name: Build Tauri app
76-
run: yarn tauri build -c '{"bundle":{"createUpdaterArtifacts":false}}' -- --target x86_64-unknown-linux-gnu
76+
run: yarn tauri build -c '{"bundle":{"createUpdaterArtifacts":false},"plugins":{"updater":{"pubkey":""}}}' -- --target x86_64-unknown-linux-gnu
7777
env:
7878
NODE_ENV: production

0 commit comments

Comments
 (0)