Skip to content

Commit 9641b09

Browse files
committed
use up to date KSPBuildTools and yaclog
1 parent 4d1b349 commit 9641b09

File tree

4 files changed

+7
-90
lines changed

4 files changed

+7
-90
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,25 +21,25 @@ jobs:
2121
fetch-depth: 0 # get full history, not shallow clone
2222

2323
- name: Get Changelog Information
24-
uses: drewcassidy/yaclog@1.4.4
24+
uses: drewcassidy/yaclog@1.5.0
2525
id: yaclog-show
2626

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

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

3333
- name: Generate KSP Changelog
34-
uses: drewcassidy/yaclog-ksp@1.0.4
34+
uses: drewcassidy/yaclog-ksp@1.2.0
3535
with:
3636
mod-name: Shabby
3737
output-path: GameData/Shabby/shabby-version.cfg
3838

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

4444
- name: Publish to Github
4545
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')

.github/workflows/release.yml

Lines changed: 0 additions & 46 deletions
This file was deleted.

.github/workflows/update-submodules.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.

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