Skip to content

Commit

Permalink
Merge pull request #128 from RoderickQiu/master
Browse files Browse the repository at this point in the history
update manifest
  • Loading branch information
RoderickQiu authored Dec 17, 2024
2 parents 35c3e5b + e9b626c commit 784d9ca
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 784d9ca

Please sign in to comment.