From f2fc245887cf236fd0616b5d7c593eefbccdd8af Mon Sep 17 00:00:00 2001 From: Sverre Skodje Date: Thu, 15 Feb 2024 23:56:38 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: