diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 78887c2bc..e3a7fcb3a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,6 +35,9 @@ jobs: run: nuget restore Rectify11Installer.sln - name: Build + run: msbuild Rectify11Installer.sln /p:Configuration=Release /p:platform=x64 + + - name: Publish run: dotnet publish Rectify11Installer.sln --artifacts-path Rectify11Installer\bin\output\Release\ - name: Upload Rectify11Installer