Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 234d7e4

Browse files
committedFeb 23, 2023
修复Windows CI
1 parent 525fa4c commit 234d7e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -775,9 +775,9 @@ jobs:
775775
retry_wait_seconds: 60
776776
timeout_minutes: 5
777777
command: |
778-
curl -sL https://github.com/Mikubill/transfer/releases/download/v0.4.17/transfer_0.4.17_windows_amd64.zip -o ${{ env.TEMP_PATH }}
779-
7z x ${{ env.TEMP_PATH }} -o./
780-
rm ${{ env.TEMP_PATH }}
778+
curl -sL https://github.com/Mikubill/transfer/releases/download/v0.4.17/transfer_0.4.17_windows_amd64.zip -o ./transfer.zip
779+
7z x ./transfer.zip -o"./"
780+
rm ./transfer.zip
781781
- name: Upload to WeTransfer
782782
id: transfer
783783
uses: nick-fields/retry@v2

0 commit comments

Comments
 (0)
Please sign in to comment.