We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6811876 commit 5ec9d3cCopy full SHA for 5ec9d3c
1 file changed
.github/workflows/deploy.yml
@@ -60,6 +60,8 @@ jobs:
60
OSS_REGION: cn-beijing
61
OSS_ENDPOINT: https://oss-cn-beijing.aliyuncs.com
62
run: |
63
+ echo "Uploading to OSS"
64
+ ossutil rm -r oss://rustfs/ --force
65
ossutil cp -r ./out/ oss://rustfs/ --force
66
echo "Successfully uploaded to OSS"
67
- name: Show OSS error log if exists
0 commit comments