Skip to content

Commit 46b566e

Browse files
committed
update KSPBuildTools
1 parent 0c765cb commit 46b566e

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 4 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].0
27+
- uses: KSPModdingLibs/KSPBuildTools/.github/actions/[email protected].3
2828

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

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

39-
- uses: KSPModdingLibs/KSPBuildTools/.github/actions/[email protected]
39+
- uses: KSPModdingLibs/KSPBuildTools/.github/actions/[email protected]
40+
id: assemble-release
4041
with:
4142
output-file-name: 'Shabby-${{ steps.yaclog-show.outputs.version}}'
4243

@@ -46,7 +47,7 @@ jobs:
4647
gh release create ${{ github.ref_name }}
4748
--notes-file "${{ steps.yaclog-show.outputs.body-file }}"
4849
--title "${{ steps.yaclog-show.outputs.name }}"
49-
Shabby*.zip
50+
${{ steps.assemble-release.outputs.artifact-path }}
5051
GameData/Shabby/Shabby.version
5152
# We publish both the mod AND the version file, that way there's always a static latest version file to compare against
5253
env:

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.2" />
6+
<PackageReference Include="KSPBuildTools" Version="0.0.2-alpha.3" />
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)