We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c14ff21 commit 1385702Copy full SHA for 1385702
1 file changed
.github/workflows/release.yml
@@ -54,6 +54,8 @@ jobs:
54
uses: tauri-apps/tauri-action@v0
55
env:
56
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57
+ # Dummy key so Tauri generates updater artifacts; real signing happens locally
58
+ TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
59
with:
60
projectPath: standalone
61
tauriScript: pnpm tauri
0 commit comments