Skip to content

Commit c827468

Browse files
committed
build(tauri): 👷 add tauri signing key
1 parent b4bbd5a commit c827468

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-app.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ jobs:
100100
- uses: tauri-apps/tauri-action@v0
101101
env:
102102
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
103+
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
104+
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
103105
with:
104106
tauriScript: cargo tauri
105107
releaseId: ${{ needs.create-release.outputs.release_id }}

0 commit comments

Comments
 (0)