Skip to content

Commit

Permalink
🐛 loss temp path
Browse files Browse the repository at this point in the history
  • Loading branch information
marchocode committed Feb 20, 2023
1 parent baab611 commit ba60eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
QI_NIU_AK: ${{secrets.QI_NIU_AK}}
QI_NIU_SK: ${{secrets.QI_NIU_SK}}
run: |
curl https://github.com/qiniu/qshell/releases/download/v2.9.2/qshell-v2.9.2-linux-amd64.tar.gz && \
wget https://github.com/qiniu/qshell/releases/download/v2.9.2/qshell-v2.9.2-linux-amd64.tar.gz && \
tar -xf qshell-v2.9.2-linux-amd64.tar.gz && \
chmod +x qshell && \
mv qshell /usr/local/bin/ && \
Expand Down

0 comments on commit ba60eb8

Please sign in to comment.