Skip to content

Commit 1385702

Browse files
committed
Let's try again.
1 parent c14ff21 commit 1385702

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454
uses: tauri-apps/tauri-action@v0
5555
env:
5656
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 }}
5759
with:
5860
projectPath: standalone
5961
tauriScript: pnpm tauri

0 commit comments

Comments
 (0)