Skip to content

Commit afae611

Browse files
committed
Attach built releases to CI builds
1 parent cbfe0ef commit afae611

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,13 @@ jobs:
2222
- run: npm run build
2323
env:
2424
WIN_CSC_LINK: ${{ secrets.WIN_CSC_LINK }}
25-
WIN_CSC_KEY_PASSWORD: ${{ secrets.WIN_CSC_KEY_PASSWORD }}
25+
WIN_CSC_KEY_PASSWORD: ${{ secrets.WIN_CSC_KEY_PASSWORD }}
26+
27+
- uses: actions/upload-artifact@v2
28+
with:
29+
name: distributables
30+
path: |
31+
dist/*.exe
32+
dist/*.deb
33+
dist/*.dmg
34+
if-no-files-found: error

0 commit comments

Comments
 (0)