Skip to content

Commit fafe89c

Browse files
authored
fix: Fixed GitHub Actions build file again
1 parent cf0a85f commit fafe89c

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)