Skip to content

Commit 926b59a

Browse files
committed
Update workflow via CKAN
- Updated workflow files to set `use-ckan` to true to install the harmony dependency.
1 parent 542731d commit 926b59a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ jobs:
1515
build:
1616
uses: KSPModdingLibs/KSPBuildTools/.github/workflows/build.yml@main
1717
with:
18-
solution-file-path: 'Source/KSPCommunityPartModules.sln'
18+
solution-file-path: 'Source/KSPCommunityPartModules.sln'
19+
use-ckan: true

.github/workflows/create-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ jobs:
1212
uses: KSPModdingLibs/KSPBuildTools/.github/workflows/create-release.yml@main
1313
with:
1414
solution-file-path: 'Source/KSPCommunityPartModules.sln'
15-
version-string: ${{ inputs.version-string }}
15+
version-string: ${{ inputs.version-string }}
16+
use-ckan: true

0 commit comments

Comments
 (0)