We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d03841e commit 2013490Copy full SHA for 2013490
.github/workflows/release-main.yml
@@ -87,9 +87,8 @@ jobs:
87
env:
88
TENCENT_SECRET_ID: ${{ secrets.TENCENT_SECRET_ID }}
89
TENCENT_SECRET_KEY: ${{ secrets.TENCENT_SECRET_KEY }}
90
- BUCKET: ${{ secrets.BUCKET }}
91
run: |
92
- coscmd config -a $TENCENT_SECRET_ID -s $TENCENT_SECRET_KEY -b $BUCKET -r ap-shanghai
+ coscmd config -a $TENCENT_SECRET_ID -s $TENCENT_SECRET_KEY -b weda-cloud-1258344699 -r ap-shanghai
93
# 上传示例小程序到 COS
94
- name: Upload miniprogram example to COS
95
0 commit comments