diff options
| author | ruki <[email protected]> | 2023-01-28 14:47:21 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-01-28 14:47:21 +0800 |
| commit | 67b63e391aed8b0d7ebfdf529922fca6131432c6 (patch) | |
| tree | b43ef0c064e3dae979746c9291b713afd648f8c0 /.github/workflows | |
| parent | 6856bdc15c800debd8680b7d9c7db4fad4603fbd (diff) | |
fix luajit ci
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/windows_luajit.yml | 4 |
1 files 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 |
