Skip to content

Commit

Permalink
create-release: make compile step conditional on use-msbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyOThan authored Nov 30, 2024
1 parent 7c00000 commit 84c48c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ jobs:
dependency-identifiers: ${{ inputs.dependency-identifiers }}

- name: compile
if: ${{ inputs.use-msbuild }}
uses: KSPModdingLibs/KSPBuildTools/.github/actions/compile@main
with:
build-configuration: ${{ inputs.build-configuration }}
Expand Down

0 comments on commit 84c48c5

Please sign in to comment.