chore(release.yml): add CSC_LINK and CSC_KEY_PASSWORD environment variables for windows build to enable code signing
This commit is contained in:
parent
297539bab7
commit
a8f3e2be6b
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -52,6 +52,8 @@ jobs:
|
||||
if: matrix.os == 'windows-latest'
|
||||
run: yarn build:win
|
||||
env:
|
||||
CSC_LINK: ${{ secrets.CSC_LINK }}
|
||||
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
|
||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
|
||||
- name: Replace spaces in filenames
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user