chore(release.yml): add CSC_LINK and CSC_KEY_PASSWORD environment variables for windows build to enable code signing

This commit is contained in:
kangfenmao 2024-08-02 15:17:21 +08:00
parent 297539bab7
commit a8f3e2be6b

View File

@ -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