diff options
| author | ruki <[email protected]> | 2021-03-04 23:08:28 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-03-04 23:08:28 +0800 |
| commit | ecb7b50da9471f2ebc5d44d01c72e7860776e2c9 (patch) | |
| tree | 24379eb5feb9c15ea425c3ea7442eeae201c711b | |
| parent | 15ef8e4972375818dd4bcb0693c3ac7b2450e91c (diff) | |
update ci
| -rw-r--r-- | .github/workflows/windows.yml | 4 |
1 files 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 |
