Skip to content

Commit 25f7ed3

Browse files
authored
Pin nexe and update upload-artifact task
1 parent 9e67b0a commit 25f7ed3

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)