Skip to content

Commit 4bfb2d4

Browse files
committed
turn off windows codesigning for now in workflow
1 parent e946f40 commit 4bfb2d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Build
4646
run: |
47-
# $env:CSC_LINK="${{ steps.write_file.outputs.filePath }}"
47+
# $env:CSC_LINK="${{ steps.write_file.outputs.filePath }}"
4848
npm install --save-dev cross-env
4949
npm install
5050
npm run pack

0 commit comments

Comments
 (0)