Skip to content

Commit e23c2b9

Browse files
authored
Merge pull request #236 from sylveon/master
Pin nexe and update upload-artifact task
2 parents b693609 + 25f7ed3 commit e23c2b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
- name: Setup Env
2121
run: |
2222
npm i
23-
npm i -g nexe
23+
npm i -g nexe@4.0.0-rc.7
2424
- name: Build bundle
2525
run: |
2626
npm run winbundle
2727
- name: Upload Bundle File
28-
uses: actions/upload-artifact@v2
28+
uses: actions/upload-artifact@v4
2929
with:
3030
name: Bundle
3131
path: dist\*.zip

0 commit comments

Comments
 (0)