We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc8d710 + 520e827 commit e9b626cCopy full SHA for e9b626c
.github/workflows/build.yaml
@@ -18,7 +18,7 @@ jobs :
18
run : npm run nsis
19
- name : Build windows 7zip protable version
20
run : npm run 7zip
21
- - uses : actions/upload-artifact@v2
+ - uses : actions/upload-artifact@v4
22
with :
23
name: windows
24
path : |
@@ -36,7 +36,7 @@ jobs :
36
run : yarn
37
- name : Build macos version
38
run : npm run mac
39
40
41
name: macos
42
@@ -54,7 +54,7 @@ jobs :
54
55
- name : Build AppImage
56
run : npm run appimage
57
58
59
name: linux
60
path : packaged/wnr*
0 commit comments