Skip to content

Commit 41552d4

Browse files
CodeGhost21claude
andcommitted
fix: disable updater artifacts in build workflow
The build workflow is a CI check and doesn't have TAURI_SIGNING_PRIVATE_KEY. Pass a config override to disable createUpdaterArtifacts for this workflow. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d3ee53c commit 41552d4

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 -- --target x86_64-unknown-linux-gnu
76+
run: yarn tauri build -c '{"bundle":{"createUpdaterArtifacts":false}}' -- --target x86_64-unknown-linux-gnu
7777
env:
7878
NODE_ENV: production

0 commit comments

Comments
 (0)