Skip to content

Commit b689e9f

Browse files
committedFeb 2, 2025·
Merge branch 'develop'
2 parents b2d3371 + 01db92b commit b689e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
env:
1010
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
1111
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
12-
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_PRIVATE_KEY_PASSWORD }}
12+
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_PRIVATE_KEY_PASSWORD }}
1313
# This is the example from the readme.
1414
# On each push to the `release` branch it will create or update a GitHub release, build your app, and upload the artifacts to the release.
1515

0 commit comments

Comments
 (0)
Please sign in to comment.