Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sskodje authored Feb 15, 2024
1 parent 07ecf83 commit f2fc245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f2fc245

Please sign in to comment.