diff options
| author | ruki <[email protected]> | 2022-09-01 23:08:49 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-09-01 23:08:49 +0800 |
| commit | 56a32c8a1ce7676c61bc18d4a7f30351687b6e7e (patch) | |
| tree | e64f47c79cea17df07cad900410727a867f3f678 | |
| parent | cdce8b2abdae20a3e79a2d59245e90465e84e8bb (diff) | |
update curl to 1.85
| -rw-r--r-- | .github/workflows/windows.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index fc5218087..2fad0e977 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -91,10 +91,10 @@ jobs: Expand-Archive ./7zip.zip -DestinationPath ./7zip Copy-Item ./7zip/7z.exe ./winenv/bin Copy-Item ./7zip/7z.dll ./winenv/bin - Invoke-WebRequest "https://curl.se/windows/dl-7.81.0/curl-7.81.0-win32-mingw.zip" -UseBasicParsing -OutFile .\curl.zip + Invoke-WebRequest "https://curl.se/windows/dl-7.85.0/curl-7.85.0-win32-mingw.zip" -UseBasicParsing -OutFile .\curl.zip Expand-Archive ./curl.zip -DestinationPath ./curl - Copy-Item ./curl/curl-7.81.0-win32-mingw/bin/curl.exe ./winenv/bin - Copy-Item ./curl/curl-7.81.0-win32-mingw/bin/curl-ca-bundle.crt ./winenv/bin + Copy-Item ./curl/curl-7.85.0-win32-mingw/bin/curl.exe ./winenv/bin + Copy-Item ./curl/curl-7.85.0-win32-mingw/bin/curl-ca-bundle.crt ./winenv/bin $version = (Get-Command xmake/xmake.exe).FileVersionInfo ./nsis/makensis.exe /DMAJOR=$($version.ProductMajorPart) /DMINOR=$($version.ProductMinorPart) /DALTER=$($version.ProductBuildPart) /DBUILD=$($($version.ProductVersion -split '\+')[1]) /D${{ matrix.arch }} .\scripts\installer.nsi (New-Item ./artifacts/${{env.RELEASE_NAME}} -ItemType Directory).FullName |
