Skip to content

Commit 3555906

Browse files
JonnyOThandrewcassidy
authored andcommitted
create-release: make compile step conditional on use-msbuild
(cherry picked from commit 84c48c5)
1 parent dae511a commit 3555906

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191
dependency-identifiers: ${{ inputs.dependency-identifiers }}
9292

9393
- name: compile
94+
if: ${{ inputs.use-msbuild }}
9495
uses: KSPModdingLibs/KSPBuildTools/.github/actions/compile@main
9596
with:
9697
build-configuration: ${{ inputs.build-configuration }}

0 commit comments

Comments
 (0)