Skip to content

Commit 0c6c63f

Browse files
committed
Merge branch 'feat/imgui' of https://github.com/OrsellGaming/P2SourceModPlusPlus into feat/imgui
2 parents d7e2b9c + fafe89c commit 0c6c63f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ms-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
working-directory: ${{env.GITHUB_WORKSPACE}}
2626
# Add additional options to the MSBuild command line here (like platform or verbosity level).
2727
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
28-
run: msbuild /m /p:Configuration="Release" .
28+
run: msbuild /m /p:Configuration="Build" .
2929

3030
- name: Upload Artifact
3131
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)