Skip to content

Commit

Permalink
use up to date KSPBuildTools and yaclog
Browse files Browse the repository at this point in the history
  • Loading branch information
drewcassidy committed Oct 24, 2024
1 parent 4d1b349 commit 9641b09
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 90 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,25 +21,25 @@ jobs:
fetch-depth: 0 # get full history, not shallow clone

- name: Get Changelog Information
uses: drewcassidy/yaclog@1.4.4
uses: drewcassidy/yaclog@1.5.0
id: yaclog-show

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

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

- name: Generate KSP Changelog
uses: drewcassidy/yaclog-ksp@1.0.4
uses: drewcassidy/yaclog-ksp@1.2.0
with:
mod-name: Shabby
output-path: GameData/Shabby/shabby-version.cfg

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

- name: Publish to Github
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
Expand Down
46 changes: 0 additions & 46 deletions .github/workflows/release.yml

This file was deleted.

37 changes: 0 additions & 37 deletions .github/workflows/update-submodules.yml

This file was deleted.

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.7" />
<PackageReference Include="KSPBuildTools" Version="0.0.2" />
<PackageReference Include="MinVer" Version="5.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
Expand Down

0 comments on commit 9641b09

Please sign in to comment.