Skip to content

Commit

Permalink
Temporarily deactivate Windows code signing
Browse files Browse the repository at this point in the history
  • Loading branch information
tkleinke committed Nov 8, 2023
1 parent 78be2f6 commit 050df4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ jobs:
- name: Create Windows package
run: npm run package:win
if: runner.os == 'Windows'
env:
CSC_LINK: ${{ secrets.WIN_CERT }}
CSC_KEY_PASSWORD: ${{ secrets.WIN_CERT_PW }}
# env:
# CSC_LINK: ${{ secrets.WIN_CERT }}
# CSC_KEY_PASSWORD: ${{ secrets.WIN_CERT_PW }}
working-directory: desktop
- name: Create Linux package
run: npm run package:lnx
Expand Down

0 comments on commit 050df4e

Please sign in to comment.