From ecb7b50da9471f2ebc5d44d01c72e7860776e2c9 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 4 Mar 2021 23:08:28 +0800 Subject: update ci --- .github/workflows/windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 73192d8ff..661d74391 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -82,8 +82,8 @@ jobs: Copy-Item ./7zip/7z.dll ./winenv/bin Invoke-WebRequest "https://curl.se/windows/dl-7.75.0_3/curl-7.75.0_3-win32-mingw.zip" -UseBasicParsing -OutFile .\curl.zip Expand-Archive ./curl.zip -DestinationPath ./curl - Copy-Item ./curl/bin/curl.exe ./winenv/bin - Copy-Item ./curl/bin/curl-ca-bundle.crt ./winenv/bin + Copy-Item ./curl/curl-7.75.0-win32-mingw/bin/curl.exe ./winenv/bin + Copy-Item ./curl/curl-7.75.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