mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-17 14:08:41 -09:00
Windows: Disable signing until Vercel fixes it
This commit is contained in:
parent
afd763c413
commit
7a39354376
1 changed files with 2 additions and 2 deletions
4
.github/workflows/nodejs.yml
vendored
4
.github/workflows/nodejs.yml
vendored
|
|
@ -126,8 +126,8 @@ jobs:
|
||||||
if: github.event_name == 'push'
|
if: github.event_name == 'push'
|
||||||
run: yarn run dist --publish=never
|
run: yarn run dist --publish=never
|
||||||
env:
|
env:
|
||||||
CSC_LINK: ${{ secrets.WIN_CERT_P12_BASE64 }}
|
#CSC_LINK: ${{ secrets.WIN_CERT_P12_BASE64 }}
|
||||||
CSC_KEY_PASSWORD: ${{ secrets.WIN_CERT_P12_PASSWORD }}
|
#CSC_KEY_PASSWORD: ${{ secrets.WIN_CERT_P12_PASSWORD }}
|
||||||
- name: Get Windows Artifact Names
|
- name: Get Windows Artifact Names
|
||||||
id: getwindowsfilename
|
id: getwindowsfilename
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue