We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf964e0 commit c54ce4dCopy full SHA for c54ce4d
.github/workflows/upload-oss.yml
@@ -21,4 +21,4 @@ jobs:
21
run: curl https://gosspublic.alicdn.com/ossutil/install.sh | sudo bash
22
- run: rm -rf .git
23
- name: Upload file to OS
24
- run: ossutil --endpoint oss-cn-hongkong.aliyuncs.com --access-key-id ${{secrets.AK}} --access-key-secret ${{secrets.SK}} cp . --recursive oss://serverless-devs-registry-website
+ run: ossutil --endpoint oss-cn-hongkong.aliyuncs.com --access-key-id ${{secrets.AK}} --access-key-secret ${{secrets.SK}} cp . --recursive oss://serverless-devs-registry-website -f
0 commit comments