diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 57d50e57f..4438531c4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: run: nuget restore Rectify11Installer.sln - name: Build - run: msbuild Rectify11Installer.sln /p:Configuration=Release /p:platform=x64 -t:Publish + run: dotnet publish Rectify11Installer -p:PublishProfile=FolderProfile -property:SolutionDir=${{ github.workspace }} - name: Upload Rectify11Installer uses: actions/upload-artifact@v4.3.1