Commit f80282c pompurin404
committed
1 parent 448c724 commit f80282c Copy full SHA for f80282c
File tree 3 files changed +10
-5
lines changed
3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 3
3
push :
4
4
branches :
5
5
- master
6
+ tags :
7
+ - v*
6
8
permissions : write-all
7
9
8
10
jobs :
33
35
pnpm install
34
36
pnpm prepare --${{ matrix.arch }}
35
37
- name : Build
38
+ env :
39
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
36
40
run : pnpm build:win --${{ matrix.arch }}
37
41
38
42
- name : Upload Artifacts
68
72
pnpm install
69
73
pnpm prepare --${{ matrix.arch }}
70
74
- name : Build
75
+ env :
76
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
71
77
run : pnpm build:linux --${{ matrix.arch }}
72
78
73
79
- name : Upload Artifacts
@@ -105,6 +111,8 @@ jobs:
105
111
pnpm install
106
112
pnpm prepare --${{ matrix.arch }}
107
113
- name : Build
114
+ env :
115
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
108
116
run : pnpm build:mac --${{ matrix.arch }}
109
117
110
118
- 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