We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d82671d commit 38969a5Copy full SHA for 38969a5
.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 -r ap-shanghai
+ coscmd config -a $TENCENT_SECRET_ID -s $TENCENT_SECRET_KEY -b weda-cloud-1258344699 -e cos-internal.ap-shanghai.tencentcos.cn
92
# 上传示例小程序到 COS
93
- name: Upload miniprogram example to COS
94
0 commit comments