diff options
| author | ruki <[email protected]> | 2022-01-18 21:50:55 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-18 21:50:55 +0800 |
| commit | d7749e7c5d43bc03b7affda240ac4295a0a7927b (patch) | |
| tree | ba84bedcad507d9927f02cdbd28c167e492450c7 | |
| parent | e702679a30b26127983da60196447e0eb593eff8 (diff) | |
Update windows.yml
| -rw-r--r-- | .github/workflows/windows.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 674e50701..757c423be 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -93,8 +93,8 @@ jobs: 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 Expand-Archive ./curl.zip -DestinationPath ./curl - Copy-Item ./curl/curl-7.78.0-win32-mingw/bin/curl.exe ./winenv/bin - Copy-Item ./curl/curl-7.78.0-win32-mingw/bin/curl-ca-bundle.crt ./winenv/bin + 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 $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 |
