From 67b63e391aed8b0d7ebfdf529922fca6131432c6 Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 28 Jan 2023 14:47:21 +0800 Subject: fix luajit ci --- .github/workflows/windows_luajit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows_luajit.yml b/.github/workflows/windows_luajit.yml index 6c15dd914..0952c965d 100644 --- a/.github/workflows/windows_luajit.yml +++ b/.github/workflows/windows_luajit.yml @@ -80,8 +80,8 @@ jobs: Copy-Item ./7zip/7z.dll ./winenv/bin curl -fsSL "https://curl.se/windows/dl-7.85.0/curl-7.85.0-win32-mingw.zip" -o .\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 -- cgit v1.3.1