From e4927c4d0cc2e74c0cfc5ef8ff81287bfb35b1b2 Mon Sep 17 00:00:00 2001 From: Bruce Wayne Date: Tue, 25 Aug 2020 00:26:43 +0800 Subject: [PATCH] Fix CI --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 60678ba7..f6626c11 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,8 @@ jobs: run: | .\BUILD.ps1 New-Item -ItemType Directory -Path C:\builtfiles -Force > $null - 7z a -mx9 C:\builtfiles\Netch.7z Netch\bin\x64\Release\win-x64\ + 7z a -mx9 C:\builtfiles\Netch.7z .\Netch\bin\x64\Release\win-x64\ + 7z rn C:\builtfiles\Netch.7z win-x64 Netch echo "::set-env name=Netch_SHA256::$(.\GetSHA256.ps1 C:\builtfiles\Netch.7z)" echo "::set-env name=Netch_EXE_SHA256::$(.\GetSHA256.ps1 Netch\bin\x64\Release\win-x64\Netch.exe)"