fix: add CSC_LINK and CSC_KEY_PASSWORD to github action

pull/3257/head
Tienson Qin 2021-11-24 15:10:13 +08:00
parent e622376638
commit a55ffc674a
1 changed files with 3 additions and 0 deletions

View File

@ -158,6 +158,9 @@ jobs:
- name: Build/Release Electron app
run: yarn electron:make
working-directory: ./static
env:
CSC_LINK: ${{ secrets.CSC_LINK }}
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
- name: Change Artifact Name
run: Get-ChildItem static\out\make\squirrel.windows\x64\*.exe | Rename-Item -NewName Logseq-win64.exe