Skip to content

Commit 3dc3565

Browse files
committed
set up harmony dependency better for kspbt
1 parent 06e290c commit 3dc3565

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,18 @@ on:
55
branches: [ "master" ]
66
paths:
77
- '**/*.cs'
8+
- '**/*.csproj'
9+
- '**/*.props'
810
pull_request:
911
paths:
1012
- '**/*.cs'
13+
- '**/*.csproj'
14+
- '**/*.props'
1115
workflow_dispatch:
1216
workflow_call:
1317

1418
jobs:
1519
build:
1620
uses: KSPModdingLibs/KSPBuildTools/.github/workflows/[email protected]
1721
with:
18-
dependency-identifiers: Harmony2
22+
use-ckan: true

Source/RocketSoundEnhancement/RocketSoundEnhancement.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
<Private>false</Private>
3535
<KSPAssembly>HarmonyKSP</KSPAssembly>
3636
<KSPAssemblyVersion>2.2.1</KSPAssemblyVersion>
37+
<CKANIdentifier>Harmony2</CKANIdentifier>
3738
</Reference>
3839
</ItemGroup>
3940

0 commit comments

Comments
 (0)