Skip to content

Commit

Permalink
ci: use WIN_CSC_LINK instead
Browse files Browse the repository at this point in the history
  • Loading branch information
tiensonqin committed Nov 24, 2021
1 parent eb187b8 commit 6bb9e79
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-desktop-release.yml
Expand Up @@ -159,9 +159,8 @@ jobs:
run: yarn electron:make
working-directory: ./static
env:
CSC_LINK: ${{ secrets.CSC_LINK }}
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
DEBUG: "electron-forge:*"
WIN_CSC_LINK: ${{ secrets.CSC_LINK }}
WIN_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
Expand Down

0 comments on commit 6bb9e79

Please sign in to comment.