Skip to content

Commit

Permalink
fix(main.yml): change private key password name
Browse files Browse the repository at this point in the history
Tauri's documentation/support for their GitHub actions script is
really bad...

Ref: https://v2.tauri.app/plugin/updater/
  • Loading branch information
calejvaldez committed Sep 3, 2024
1 parent 16aa520 commit ad8e05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY_PASSWORD }}
with:
tagName: v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
releaseName: "Release v__VERSION__"
Expand Down

0 comments on commit ad8e05d

Please sign in to comment.