From d89662666c909ac2f74b668edbc2fe78c1c33049 Mon Sep 17 00:00:00 2001 From: "J. Fronny" <33260128+JFronny@users.noreply.github.com> Date: Sat, 4 Apr 2020 16:56:01 +0200 Subject: [PATCH] Use explicit W32.Test --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 481d50e..eb19e7f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,8 +19,8 @@ jobs: rm Install.bat rm Remove.bat dotnet build --verbosity:m -p:Configuration=Release - cp *\bin\Release\netcoreapp3.1\package.zip . - $file = Get-Item $(Resolve-Path *\bin\Release\netcoreapp3.1\*.exe).Path + cp W32.Test\bin\Release\netcoreapp3.1\package.zip . + $file = Get-Item $(Resolve-Path W32.Test\bin\Release\netcoreapp3.1\*.exe).Path $asm = $([Reflection.Assembly]::LoadFile($file.DirectoryName + "\" + $file.BaseName + ".dll")) $asmver = $asm.GetName().Version.ToString() echo "::set-output name=vers::$asmver"