Skip to content

Commit 5ec9d3c

Browse files
committed
fix: link
1 parent 6811876 commit 5ec9d3c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ jobs:
6060
OSS_REGION: cn-beijing
6161
OSS_ENDPOINT: https://oss-cn-beijing.aliyuncs.com
6262
run: |
63+
echo "Uploading to OSS"
64+
ossutil rm -r oss://rustfs/ --force
6365
ossutil cp -r ./out/ oss://rustfs/ --force
6466
echo "Successfully uploaded to OSS"
6567
- name: Show OSS error log if exists

0 commit comments

Comments
 (0)