diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 17c22a5..1df6edd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v3 - uses: microsoft/setup-msbuild@v1.1 - run: nuget restore ${{ env.SOLUTION_NAME }}.sln - - run: msbuild /m '/p:Configuration=Release;Platform="${{ matrix.platform }}"' ${{ env.SOLUTION_NAME }}.sln + - run: msbuild /m /p:Configuration=Release /p:Platform="${{ matrix.platform }}" ${{ env.SOLUTION_NAME }}.sln - uses: actions/upload-artifact@v3 with: