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 4826a12 commit 3d52518Copy full SHA for 3d52518
.github/workflows/upload-test.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Upload test file
28
run: |
29
ls
30
- aws s3 sync README.md s3://${{ secrets.TENCENTCLOUD_BUCKET_ID }}/README.md \
+ aws s3 cp README.md s3://${{ secrets.TENCENTCLOUD_BUCKET_ID }}/README.md \
31
--no-progress \
32
--follow-symlinks \
33
--size-only \
0 commit comments