Skip to content

Commit

Permalink
Fixed ossutils zip url 404 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ihavecoke committed Oct 30, 2023
1 parent 0832a27 commit eaa40f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Download ossutils zip
run: |
wget https://github.com/aliyun/ossutil/releases/download/v.1.7.17/ossutil-v1.7.17-linux-amd64.zip
wget https://github.com/aliyun/ossutil/releases/download/v1.7.17/ossutil-v1.7.17-linux-amd64.zip
unzip ossutil-v1.7.17-linux-amd64.zip && cp ./ossutil-v1.7.17-linux-amd64/ossutil ${{github.workspace}}/ && chmod +x ${{github.workspace}}/ossutil
- name: Test ossutil cli
Expand Down

0 comments on commit eaa40f5

Please sign in to comment.