Skip to content

Commit 7ac4484

Browse files
committed
Fix MSBuild configuration: use Retail instead of Release
1 parent a04ba84 commit 7ac4484

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: microsoft/setup-msbuild@v2
3232

3333
- name: Build solution
34-
run: msbuild ./projects/spectrum.sln /p:Configuration=Release /p:Platform=x64 /m
34+
run: msbuild ./projects/spectrum.sln /p:Configuration=Retail /p:Platform=x64 /m
3535

3636
- name: Upload build artifacts
3737
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)