Commit 5732b3b pompurin404
committed
1 parent 448c724 commit 5732b3b Copy full SHA for 5732b3b
File tree 3 files changed +8
-5
lines changed
3 files changed +8
-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 36
36
mac :
37
37
target :
38
38
- dmg
39
+ - zip
39
40
entitlementsInherit : build/entitlements.mac.plist
40
41
extendInfo :
41
42
- NSCameraUsageDescription : Application requests access to the device's camera.
59
60
artifactName : ${name}-linux-${version}-${arch}-installer.${ext}
60
61
npmRebuild : false
61
62
publish :
62
- provider : generic
63
- url : https://updater.mihomo.party
63
+ provider : github
You can’t perform that action at this time.
0 commit comments