File tree 3 files changed +7
-1
lines changed
3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 56
56
GH_TOKEN : ${{ secrets.GH_TOKEN }}
57
57
PICGO_ENV_COS_SECRET_ID : ${{ secrets.PICGO_ENV_COS_SECRET_ID }}
58
58
PICGO_ENV_COS_SECRET_KEY : ${{ secrets.PICGO_ENV_COS_SECRET_KEY }}
59
+ PICGO_ENV_S3_SECRET_ID : ${{ secrets.PICGO_ENV_S3_SECRET_ID }}
60
+ PICGO_ENV_S3_SECRET_KEY : ${{ secrets.PICGO_ENV_S3_SECRET_KEY }}
61
+ PICGO_ENV_S3_ACCOUNT_ID : ${{ secrets.PICGO_ENV_S3_ACCOUNT_ID }}
Original file line number Diff line number Diff line change 53
53
GH_TOKEN : ${{ secrets.GH_TOKEN }}
54
54
PICGO_ENV_COS_SECRET_ID : ${{ secrets.PICGO_ENV_COS_SECRET_ID }}
55
55
PICGO_ENV_COS_SECRET_KEY : ${{ secrets.PICGO_ENV_COS_SECRET_KEY }}
56
+ PICGO_ENV_S3_SECRET_ID : ${{ secrets.PICGO_ENV_S3_SECRET_ID }}
57
+ PICGO_ENV_S3_SECRET_KEY : ${{ secrets.PICGO_ENV_S3_SECRET_KEY }}
58
+ PICGO_ENV_S3_ACCOUNT_ID : ${{ secrets.PICGO_ENV_S3_ACCOUNT_ID }}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ const pkg = require('../package.json')
2
2
const version = pkg . version
3
3
// TODO: use the same name format
4
4
const generateURL = ( platform , ext , prefix = 'PicGo-' ) => {
5
- return `https://picgo-1251750343.cos.ap-chengdu.myqcloud .com/${ version } /${ prefix } ${ version } ${ platform } ${ ext } `
5
+ return `https://picgo-release.molunerfinn .com/${ version } /${ prefix } ${ version } ${ platform } ${ ext } `
6
6
}
7
7
8
8
const platformExtList = [
You can’t perform that action at this time.
0 commit comments