From 46b566e5bf2a802dc96132a8ad54bc94bc1305a1 Mon Sep 17 00:00:00 2001 From: Andrew Cassidy Date: Wed, 11 Sep 2024 22:20:55 -0700 Subject: [PATCH] update KSPBuildTools --- .github/workflows/build.yml | 9 +++++---- Source/Shabby.csproj | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9edc92b..4409225 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,9 +24,9 @@ jobs: uses: drewcassidy/yaclog@1.4.4 id: yaclog-show - - uses: KSPModdingLibs/KSPBuildTools/.github/actions/setup-ckan@0.0.2-alpha.0 + - uses: KSPModdingLibs/KSPBuildTools/.github/actions/setup-ckan@0.0.2-alpha.3 - - uses: KSPModdingLibs/KSPBuildTools/.github/actions/compile@0.0.2-alpha.0 + - uses: KSPModdingLibs/KSPBuildTools/.github/actions/compile@0.0.2-alpha.3 with: ksp-zip-url: https://github.com/KSPModdingLibs/KSPLibs/raw/main/KSP-1.12.5.zip @@ -36,7 +36,8 @@ jobs: mod-name: Shabby output-path: GameData/Shabby/shabby-version.cfg - - uses: KSPModdingLibs/KSPBuildTools/.github/actions/assemble-release@0.0.2-alpha.0 + - uses: KSPModdingLibs/KSPBuildTools/.github/actions/assemble-release@0.0.2-alpha.3 + id: assemble-release with: output-file-name: 'Shabby-${{ steps.yaclog-show.outputs.version}}' @@ -46,7 +47,7 @@ jobs: gh release create ${{ github.ref_name }} --notes-file "${{ steps.yaclog-show.outputs.body-file }}" --title "${{ steps.yaclog-show.outputs.name }}" - Shabby*.zip + ${{ steps.assemble-release.outputs.artifact-path }} GameData/Shabby/Shabby.version # We publish both the mod AND the version file, that way there's always a static latest version file to compare against env: diff --git a/Source/Shabby.csproj b/Source/Shabby.csproj index 8675aa3..f6488ac 100644 --- a/Source/Shabby.csproj +++ b/Source/Shabby.csproj @@ -3,7 +3,7 @@ - + all runtime; build; native; contentfiles; analyzers