We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cd7e86 commit a526943Copy full SHA for a526943
.github/workflows/release-main.yml
@@ -88,7 +88,7 @@ jobs:
88
TENCENT_SECRET_ID: ${{ secrets.TENCENT_SECRET_ID }}
89
TENCENT_SECRET_KEY: ${{ secrets.TENCENT_SECRET_KEY }}
90
run: |
91
- coscmd config -a $TENCENT_SECRET_ID -s $TENCENT_SECRET_KEY -b weda-cloud-1258344699 -e cos-internal.ap-shanghai.tencentcos.cn
+ 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
92
# 上传示例小程序到 COS
93
- name: Upload miniprogram example to COS
94
0 commit comments