Skip to content

Commit

Permalink
merge pull request #127
Browse files Browse the repository at this point in the history
fix github action
  • Loading branch information
RoderickQiu authored Dec 17, 2024
2 parents dc8d710 + 520e827 commit e9b626c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs :
run : npm run nsis
- name : Build windows 7zip protable version
run : npm run 7zip
- uses : actions/upload-artifact@v2
- uses : actions/upload-artifact@v4
with :
name: windows
path : |
Expand All @@ -36,7 +36,7 @@ jobs :
run : yarn
- name : Build macos version
run : npm run mac
- uses : actions/upload-artifact@v2
- uses : actions/upload-artifact@v4
with :
name: macos
path : |
Expand All @@ -54,7 +54,7 @@ jobs :
run : yarn
- name : Build AppImage
run : npm run appimage
- uses : actions/upload-artifact@v2
- uses : actions/upload-artifact@v4
with :
name: linux
path : packaged/wnr*

0 comments on commit e9b626c

Please sign in to comment.