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 542731d commit 926b59aCopy full SHA for 926b59a
.github/workflows/build.yml
@@ -15,4 +15,5 @@ jobs:
15
build:
16
uses: KSPModdingLibs/KSPBuildTools/.github/workflows/build.yml@main
17
with:
18
- solution-file-path: 'Source/KSPCommunityPartModules.sln'
+ solution-file-path: 'Source/KSPCommunityPartModules.sln'
19
+ use-ckan: true
.github/workflows/create-release.yml
@@ -12,4 +12,5 @@ jobs:
12
uses: KSPModdingLibs/KSPBuildTools/.github/workflows/create-release.yml@main
13
14
solution-file-path: 'Source/KSPCommunityPartModules.sln'
- version-string: ${{ inputs.version-string }}
+ version-string: ${{ inputs.version-string }}
0 commit comments