Skip to content

Commit 332ad54

Browse files
authored
FIX
1 parent 8bbe363 commit 332ad54

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/desktop.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ jobs:
5151
- uses: tauri-apps/tauri-action@v0
5252
env:
5353
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54+
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
55+
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
5456
with:
5557
tagName: __VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version
5658
releaseName: "androidInReact v__VERSION__"

0 commit comments

Comments
 (0)