Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Dec 2, 2023
1 parent 7378b7c commit 4fcfe6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ jobs:
- name: Create a nsis.zip and msi.zip
run: |
# create a signature of the binaries with tauri signer, this does not mutate the original bin
# TODO: waiting for tauri to support env vars via https://github.com/tauri-apps/tauri/pull/8327
cargo tauri signer sign --password "" --private-key "${{ secrets.TAURI_PRIVATE_KEY }}" binaries/signed/*.msi
cargo tauri signer sign --password "" --private-key "${{ secrets.TAURI_PRIVATE_KEY }}" binaries/signed/*.exe
Expand Down

0 comments on commit 4fcfe6e

Please sign in to comment.