Skip to content

Commit

Permalink
update KSPBuildTools
Browse files Browse the repository at this point in the history
  • Loading branch information
drewcassidy committed Sep 13, 2024
1 parent 46b566e commit c1f2a03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
uses: drewcassidy/[email protected]
id: yaclog-show

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

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

Expand All @@ -36,7 +36,7 @@ jobs:
mod-name: Shabby
output-path: GameData/Shabby/shabby-version.cfg

- uses: KSPModdingLibs/KSPBuildTools/.github/actions/[email protected].3
- uses: KSPModdingLibs/KSPBuildTools/.github/actions/[email protected].4
id: assemble-release
with:
output-file-name: 'Shabby-${{ steps.yaclog-show.outputs.version}}'
Expand Down
2 changes: 1 addition & 1 deletion Source/Shabby.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<!-- MSBuild Dependencies -->
<ItemGroup>
<PackageReference Include="KSPBuildTools" Version="0.0.2-alpha.3" />
<PackageReference Include="KSPBuildTools" Version="0.0.2-alpha.4" />
<PackageReference Include="MinVer" Version="5.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
Expand Down

0 comments on commit c1f2a03

Please sign in to comment.