Skip to content

Commit c1f2a03

Browse files
committed
update KSPBuildTools
1 parent 46b566e commit c1f2a03

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
uses: drewcassidy/[email protected]
2525
id: yaclog-show
2626

27-
- uses: KSPModdingLibs/KSPBuildTools/.github/actions/[email protected].3
27+
- uses: KSPModdingLibs/KSPBuildTools/.github/actions/[email protected].4
2828

29-
- uses: KSPModdingLibs/KSPBuildTools/.github/actions/[email protected].3
29+
- uses: KSPModdingLibs/KSPBuildTools/.github/actions/[email protected].4
3030
with:
3131
ksp-zip-url: https://github.com/KSPModdingLibs/KSPLibs/raw/main/KSP-1.12.5.zip
3232

@@ -36,7 +36,7 @@ jobs:
3636
mod-name: Shabby
3737
output-path: GameData/Shabby/shabby-version.cfg
3838

39-
- uses: KSPModdingLibs/KSPBuildTools/.github/actions/[email protected].3
39+
- uses: KSPModdingLibs/KSPBuildTools/.github/actions/[email protected].4
4040
id: assemble-release
4141
with:
4242
output-file-name: 'Shabby-${{ steps.yaclog-show.outputs.version}}'

Source/Shabby.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<!-- MSBuild Dependencies -->
55
<ItemGroup>
6-
<PackageReference Include="KSPBuildTools" Version="0.0.2-alpha.3" />
6+
<PackageReference Include="KSPBuildTools" Version="0.0.2-alpha.4" />
77
<PackageReference Include="MinVer" Version="5.0.0">
88
<PrivateAssets>all</PrivateAssets>
99
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>

0 commit comments

Comments
 (0)