Skip to content

Commit 73fbd22

Browse files
committed
tauri private key
1 parent 71cf336 commit 73fbd22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tauri.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
- uses: tauri-apps/tauri-action@v0
5151
env:
5252
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
53+
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
5354
with:
5455
projectPath: ./frontend
5556
tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.

0 commit comments

Comments
 (0)