Skip to content

Commit 4856b0c

Browse files
CodeGhost21claude
andcommitted
Fix build.yml: disable updater plugin to skip signing key requirement
CI build doesn't need updater artifacts or signing. Disable both createUpdaterArtifacts and the updater plugin to avoid requiring TAURI_SIGNING_PRIVATE_KEY. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 6e248c8 commit 4856b0c

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
@@ -135,7 +135,7 @@ jobs:
135135
- name: Build Tauri app
136136
working-directory: app
137137
run: |
138-
TAURI_CONFIG_OVERRIDE='{"bundle":{"createUpdaterArtifacts":false}}'
138+
TAURI_CONFIG_OVERRIDE='{"bundle":{"createUpdaterArtifacts":"never"},"plugins":{"updater":{"active":false}}}'
139139
yarn tauri build -c "$TAURI_CONFIG_OVERRIDE" --bundles none --target ${{ matrix.settings.target }} -- -- --bin OpenHuman
140140
env:
141141
NODE_ENV: production

0 commit comments

Comments
 (0)