Skip to content
This repository was archived by the owner on Jan 3, 2026. It is now read-only.

Commit 5f1c761

Browse files
authored
Merge pull request #14 from CKylinMC/dev
ci: add missing secrets
2 parents f1aae3e + f0620ad commit 5f1c761

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
- uses: tauri-apps/tauri-action@v0
4646
env:
4747
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48+
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
49+
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY_PASSWORD }}
4850
with:
4951
tagName: v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
5052
releaseName: 'App v__VERSION__'

0 commit comments

Comments
 (0)