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"