Skip to content

Commit a526943

Browse files
committed
fix: fix workflow
1 parent 1cd7e86 commit a526943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
TENCENT_SECRET_ID: ${{ secrets.TENCENT_SECRET_ID }}
8989
TENCENT_SECRET_KEY: ${{ secrets.TENCENT_SECRET_KEY }}
9090
run: |
91-
coscmd config -a $TENCENT_SECRET_ID -s $TENCENT_SECRET_KEY -b weda-cloud-1258344699 -e cos-internal.ap-shanghai.tencentcos.cn
91+
coscmd config -a $TENCENT_SECRET_ID -s $TENCENT_SECRET_KEY -b weda-cloud-1258344699 -e cos-internal.ap-shanghai.tencentcos.cn --do-not-use-ssl
9292
# 上传示例小程序到 COS
9393
- name: Upload miniprogram example to COS
9494
run: |

0 commit comments

Comments
 (0)