diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 69ae973..8e31aea 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: nuget restore cd "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\" .\MSBuild.exe -noLogo -verbosity:m $Env:GITHUB_WORKSPACE\UpTool2.sln -p:Configuration=Release - cp "$Env:GITHUB_WORKSPACE\UpTool build tool\bin\Release\package.zip" $Env:GITHUB_WORKSPACE\Tools.zip + cp "$Env:GITHUB_WORKSPACE\UpTool build tool\bin\Release\netcoreapp3.1\package.zip" $Env:GITHUB_WORKSPACE\Tools.zip cd "C:\Program Files\7-Zip\" .\7z a $Env:GITHUB_WORKSPACE\Release.zip $Env:GITHUB_WORKSPACE\UpTool2\bin\Release cd $Env:GITHUB_WORKSPACE\UpTool2\bin\Release