summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-01-18 21:50:55 +0800
committerGitHub <[email protected]>2022-01-18 21:50:55 +0800
commitd7749e7c5d43bc03b7affda240ac4295a0a7927b (patch)
treeba84bedcad507d9927f02cdbd28c167e492450c7
parente702679a30b26127983da60196447e0eb593eff8 (diff)
Update windows.yml
-rw-r--r--.github/workflows/windows.yml4
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