Commit 84fef1e pompurin404
committed
1 parent 7dfacee commit 84fef1e Copy full SHA for 84fef1e
File tree 2 files changed +11
-4
lines changed
2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -49,14 +49,17 @@ jobs:
49
49
uses : actions/upload-artifact@v4
50
50
with :
51
51
name : Windows ${{ matrix.arch }}
52
- path : dist/*.exe
52
+ path : |
53
+ dist/*.exe
54
+ dist/*.7z
53
55
if-no-files-found : error
54
56
- name : Publish Release
55
57
if : startsWith(github.ref, 'refs/tags/v')
56
58
uses : softprops/action-gh-release@v2
57
59
with :
58
60
files : |
59
61
dist/*.exe
62
+ dist/*.7z
60
63
dist/latest.yml
61
64
token : ${{ secrets.GITHUB_TOKEN }}
62
65
Original file line number Diff line number Diff line change @@ -25,18 +25,22 @@ protocols:
25
25
- ' clash'
26
26
- ' mihomo'
27
27
win :
28
- target : nsis
28
+ target :
29
+ - nsis
30
+ - 7z
29
31
requestedExecutionLevel : requireAdministrator
30
32
executableName : mihomo-party
31
- artifactName : ${name}-windows-${version}-${arch}-setup.${ext}
32
33
nsis :
34
+ artifactName : ${name}-windows-${version}-${arch}-setup.${ext}
33
35
shortcutName : ${productName}
34
36
uninstallDisplayName : ${productName}
35
37
deleteAppDataOnUninstall : true
36
38
allowToChangeInstallationDirectory : true
37
39
oneClick : false
38
40
perMachine : true
39
41
createDesktopShortcut : always
42
+ 7z :
43
+ artifactName : ${name}-windows-${version}-${arch}-portable.${ext}
40
44
mac :
41
45
target :
42
46
- dmg
59
63
category : Utility
60
64
artifactName : ${name}-linux-${version}-${arch}.${ext}
61
65
deb :
62
- afterInstall : " build/linux/deb/postinst"
66
+ afterInstall : ' build/linux/deb/postinst'
63
67
npmRebuild : true
64
68
publish : []
You can’t perform that action at this time.
0 commit comments