We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b2d3371 + 01db92b commit b689e9fCopy full SHA for b689e9f
.github/workflows/publish.yml
@@ -9,7 +9,7 @@ on:
9
env:
10
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
11
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
12
- TAURI_KEY_PASSWORD: ${{ secrets.TAURI_PRIVATE_KEY_PASSWORD }}
+ TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_PRIVATE_KEY_PASSWORD }}
13
# This is the example from the readme.
14
# 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.
15
0 commit comments