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 8d1af17 commit baab611
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ jobs:
QI_NIU_AK: ${{secrets.QI_NIU_AK}}
QI_NIU_SK: ${{secrets.QI_NIU_SK}}
run: |
wget https://github.com/qiniu/qshell/releases/download/v2.9.2/qshell-v2.9.2-linux-amd64.tar.gz && \
curl 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/ && \
rm qshell-v2.9.2-linux-amd64.tar.gz && \
qshell account ${QI_NIU_AK} ${QI_NIU_SK} github
- name: Upload
run: |
Expand Down
1 change: 1 addition & 0 deletions tiny-shell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ docker(){
echo -e ""

mirrors_check docker
system_tmp="${WORKDIR}/docker.destination.tmp"

log "System Configuation is loading..."
curl -s ${BUCKET}/docker.destination > ${system_tmp}
Expand Down

0 comments on commit baab611

Please sign in to comment.