We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dae511a commit 3555906Copy full SHA for 3555906
.github/workflows/create-release.yml
@@ -91,6 +91,7 @@ jobs:
91
dependency-identifiers: ${{ inputs.dependency-identifiers }}
92
93
- name: compile
94
+ if: ${{ inputs.use-msbuild }}
95
uses: KSPModdingLibs/KSPBuildTools/.github/actions/compile@main
96
with:
97
build-configuration: ${{ inputs.build-configuration }}
0 commit comments