Skip to content

Commit

Permalink
update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
RoderickQiu authored Dec 17, 2024
1 parent 7e29278 commit 520e827
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 Down

0 comments on commit 520e827

Please sign in to comment.