We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e802114 commit 67dea2bCopy full SHA for 67dea2b
.github/workflows/release-main.yml
@@ -87,12 +87,13 @@ 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: |
- coscmd config -a $TENCENT_SECRET_ID -s $TENCENT_SECRET_KEY -b 6161-aaa-7246aa-1259218801 -r ap-shanghai
92
+ coscmd config -a $TENCENT_SECRET_ID -s $TENCENT_SECRET_KEY -b $BUCKET -r ap-shanghai
93
# 上传示例小程序到 COS
94
- name: Upload miniprogram example to COS
95
96
cd apps/miniprogram-agent-ui
97
zip -r miniprogram-agent-ui.zip .
- coscmd upload miniprogram-agent-ui.zip /release/miniprogram-agent-ui.zip
98
+ coscmd upload miniprogram-agent-ui.zip /ai-resource/agent-ui/miniprogram-agent-ui.zip
99
0 commit comments