diff options
| author | ruki <[email protected]> | 2022-01-18 21:51:24 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-18 21:51:24 +0800 |
| commit | dc2f011a9eb6963dbd2cfeed6000cd1f060a5655 (patch) | |
| tree | 99a29fb86e0345a63954928967d9e255bb04f33a | |
| parent | d7749e7c5d43bc03b7affda240ac4295a0a7927b (diff) | |
Update windows_luajit.yml
| -rw-r--r-- | .github/workflows/windows_luajit.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/windows_luajit.yml b/.github/workflows/windows_luajit.yml index f20553055..983830ed4 100644 --- a/.github/workflows/windows_luajit.yml +++ b/.github/workflows/windows_luajit.yml @@ -78,10 +78,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.78.0_2/curl-7.78.0_2-win32-mingw.zip" -UseBasicParsing -OutFile .\curl.zip + 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 |
