Skip to content

Commit 2013490

Browse files
committed
fix: fix workflow
1 parent d03841e commit 2013490

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release-main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,8 @@ jobs:
8787
env:
8888
TENCENT_SECRET_ID: ${{ secrets.TENCENT_SECRET_ID }}
8989
TENCENT_SECRET_KEY: ${{ secrets.TENCENT_SECRET_KEY }}
90-
BUCKET: ${{ secrets.BUCKET }}
9190
run: |
92-
coscmd config -a $TENCENT_SECRET_ID -s $TENCENT_SECRET_KEY -b $BUCKET -r ap-shanghai
91+
coscmd config -a $TENCENT_SECRET_ID -s $TENCENT_SECRET_KEY -b weda-cloud-1258344699 -r ap-shanghai
9392
# 上传示例小程序到 COS
9493
- name: Upload miniprogram example to COS
9594
run: |

0 commit comments

Comments
 (0)