File tree Expand file tree Collapse file tree 3 files changed +10
-24
lines changed Expand file tree Collapse file tree 3 files changed +10
-24
lines changed Original file line number Diff line number Diff line change @@ -150,13 +150,13 @@ jobs:
150
150
--bucket=github-release-mirror \
151
151
--key-prefix=mirrors/$GITHUB_REPOSITORY/releases/download/v$VERSION/
152
152
153
- - name : Upload For Auto Update
154
- run : |
155
- qshell qupload2 \
156
- --src-dir=$GITHUB_WORKSPACE/dist_electron \
157
- --bucket=github-release-mirror \
158
- --key-prefix=mirrors/$GITHUB_REPOSITORY/releases/latest/ \
159
- --overwrite=true
153
+ # - name: Upload For Auto Update
154
+ # run: |
155
+ # qshell qupload2 \
156
+ # --src-dir=$GITHUB_WORKSPACE/dist_electron \
157
+ # --bucket=github-release-mirror \
158
+ # --key-prefix=mirrors/$GITHUB_REPOSITORY/releases/latest/ \
159
+ # --overwrite=true
160
160
161
161
- name : Send message
162
162
run : curl https://api.day.app/EweNWLE36rvVR8EFfWGq7k/artifact%20全部上传至七牛云/${GITHUB_REPOSITORY//\//:}
Original file line number Diff line number Diff line change 1
- ## 资源下载
2
-
3
- * [ electron-vue-template.AppImage] ( https://cdn.d2.pub/mirrors/d2-projects/electron-vue-template/releases/latest/electron-vue-template.AppImage )
4
- * [ electron-vue-template.dmg] ( https://cdn.d2.pub/mirrors/d2-projects/electron-vue-template/releases/latest/electron-vue-template.dmg )
5
- * [ electron-vue-template.dmg.blockmap] ( https://cdn.d2.pub/mirrors/d2-projects/electron-vue-template/releases/latest/electron-vue-template.dmg.blockmap )
6
- * [ electron-vue-template.exe] ( https://cdn.d2.pub/mirrors/d2-projects/electron-vue-template/releases/latest/electron-vue-template.exe )
7
- * [ electron-vue-template.exe.blockmap] ( https://cdn.d2.pub/mirrors/d2-projects/electron-vue-template/releases/latest/electron-vue-template.exe.blockmap )
8
- * [ electron-vue-template.snap] ( https://cdn.d2.pub/mirrors/d2-projects/electron-vue-template/releases/latest/electron-vue-template.snap )
9
- * [ electron-vue-template.zip] ( https://cdn.d2.pub/mirrors/d2-projects/electron-vue-template/releases/latest/electron-vue-template.zip )
10
- * [ electron-vue-template-portable.exe] ( https://cdn.d2.pub/mirrors/d2-projects/electron-vue-template/releases/latest/electron-vue-template-portable.exe )
11
- * [ latest-linux.yml] ( https://cdn.d2.pub/mirrors/d2-projects/electron-vue-template/releases/latest/latest-linux.yml )
12
- * [ latest-mac.yml] ( https://cdn.d2.pub/mirrors/d2-projects/electron-vue-template/releases/latest/latest-mac.yml )
13
- * [ latest.yml] ( https://cdn.d2.pub/mirrors/d2-projects/electron-vue-template/releases/latest/latest.yml )
14
-
15
- ## 下载指定版本
1
+ ## 下载
16
2
17
3
[ release] ( https://github.com/d2-projects/electron-vue-template/releases ) 页面下载资源时将下载地址中 ` https://github.com ` 替换为 ` https://cdn.d2.pub/mirrors `
18
4
Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ module.exports = {
12
12
url : 'https://cdn.d2.pub/mirrors/d2-projects/electron-vue-template/releases/latest/'
13
13
} ,
14
14
productName : 'electron-vue-template' ,
15
- artifactName : '${productName}.${ext}' ,
15
+ artifactName : '${productName}-${version} .${ext}' ,
16
16
win : {
17
17
signAndEditExecutable : false ,
18
18
target : [ 'nsis' , 'portable' ]
19
19
} ,
20
20
portable : {
21
- artifactName : '${productName}-portable.${ext}'
21
+ artifactName : '${productName}-portable-${version} .${ext}'
22
22
}
23
23
}
24
24
}
You can’t perform that action at this time.
0 commit comments