Skip to content

Commit

Permalink
修复Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ParticleG committed Feb 23, 2023
1 parent fbd6ea5 commit 8caf012
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -665,9 +665,9 @@ jobs:
retry_wait_seconds: 60
timeout_minutes: 5
command: |
curl -sL https://github.com/Mikubill/transfer/releases/download/v0.4.17/transfer_0.4.17_windows_amd64.zip -o ${{ env.TEMP_PATH }}
7z x ${{ env.TEMP_PATH }} -o./
rm ${{ env.TEMP_PATH }}
curl.exe -sL https://github.com/Mikubill/transfer/releases/download/v0.4.17/transfer_0.4.17_windows_amd64.zip -o ./transfer.zip
7z x ./transfer.zip -o"./"
rm ./transfer.zip
- name: Upload to WeTransfer
id: transfer
uses: nick-fields/retry@v2
Expand Down

0 comments on commit 8caf012

Please sign in to comment.