Commit 4700a53 pompurin404
committed
1 parent 448c724 commit 4700a53 Copy full SHA for 4700a53
File tree 3 files changed +20
-5
lines changed
3 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 33
33
pnpm install
34
34
pnpm prepare --${{ matrix.arch }}
35
35
- name : Build
36
+ env :
37
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
36
38
run : pnpm build:win --${{ matrix.arch }}
37
39
38
40
- name : Upload Artifacts
68
70
pnpm install
69
71
pnpm prepare --${{ matrix.arch }}
70
72
- name : Build
73
+ env :
74
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
71
75
run : pnpm build:linux --${{ matrix.arch }}
72
76
73
77
- name : Upload Artifacts
@@ -105,6 +109,8 @@ jobs:
105
109
pnpm install
106
110
pnpm prepare --${{ matrix.arch }}
107
111
- name : Build
112
+ env :
113
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
108
114
run : pnpm build:mac --${{ matrix.arch }}
109
115
110
116
- name : Upload Artifacts
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -22,6 +22,10 @@ protocols:
22
22
win :
23
23
target :
24
24
- nsis
25
+ arch :
26
+ - x64
27
+ - ia32
28
+ - arm64
25
29
requestedExecutionLevel : requireAdministrator
26
30
executableName : mihomo-party
27
31
nsis :
36
40
mac :
37
41
target :
38
42
- dmg
43
+ - zip
44
+ arch :
45
+ - x64
46
+ - arm64
39
47
entitlementsInherit : build/entitlements.mac.plist
40
48
extendInfo :
41
49
- NSCameraUsageDescription : Application requests access to the device's camera.
45
53
notarize : false
46
54
dmg :
47
55
artifactName : ${name}-macos-${version}-${arch}-installer.${ext}
56
+ zip :
57
+ artifactName : ${name}-macos-${version}-${arch}-installer.${ext}
48
58
linux :
49
59
desktop :
50
60
MimeType : ' x-scheme-handler/clash;x-scheme-handler/mihomo'
51
61
target :
52
62
- deb
53
63
- rpm
64
+ arch :
65
+ - x64
66
+ - arm64
54
67
maintainer : mihomo-party
55
68
category : Utility
56
69
deb :
59
72
artifactName : ${name}-linux-${version}-${arch}-installer.${ext}
60
73
npmRebuild : false
61
74
publish :
62
- provider : generic
63
- url : https://updater.mihomo.party
75
+ provider : github
You can’t perform that action at this time.
0 commit comments