Skip to content

Commit e453ef1

Browse files
Pass the updater signing key to the verification build
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 64d210b commit e453ef1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/windows-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ jobs:
4747
uses: tauri-apps/tauri-action@v0
4848
env:
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50+
# createUpdaterArtifacts is on in tauri.conf.json, so `tauri build`
51+
# refuses to run without the updater signing key even here.
52+
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
53+
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY_PASSWORD }}
5054

5155
- name: Upload installers
5256
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)