Skip to content

Commit 49b05c4

Browse files
committed
Provide signing secrets to Windows build
1 parent dd6b2b4 commit 49b05c4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,8 @@ jobs:
1818
node-version: 14
1919

2020
- run: npm ci
21-
- run: npm run build
21+
22+
- run: npm run build
23+
env:
24+
WIN_CSC_LINK: ${{ secrets.WIN_CSC_LINK }}
25+
WIN_CSC_KEY_PASSWORD: ${{ secrets.WIN_CSC_KEY_PASSWORD }}

0 commit comments

Comments
 (0)