Skip to content

Commit c89aef1

Browse files
committed
test
1 parent d8e343f commit c89aef1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/upload-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ jobs:
1717
wget https://cosbrowser.cloud.tencent.com/software/coscli/coscli-linux-amd64
1818
mv coscli-linux-amd64 coscli
1919
chmod 755 coscli
20+
ls | grep coscli
2021
2122
- name: Upload test file
2223
run: |
24+
ls | grep coscli
2325
coscli cp README.md s3://${{ secrets.TENCENTCLOUD_BUCKET_ID }}/README.md \
2426
--init-skip \
2527
--recursive \

0 commit comments

Comments
 (0)