From 277140d8a1e177e0f0b3ca2a98beb6cadd4a1c8d Mon Sep 17 00:00:00 2001 From: Andrew Cassidy Date: Mon, 12 Aug 2024 00:10:42 -0700 Subject: [PATCH] does this work? --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 742eec4..1d384ad 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,14 +27,14 @@ jobs: yaclog show - name: compile - uses: drewcassidy/KSPBuildTools/.github/actions/compile@get-required-tools + uses: ./KSPBuildTools/.github/actions/compile with: ksp-zip-url: https://github.com/KSPModdingLibs/KSPLibs/raw/main/KSP-1.12.5.zip msbuild-dependency-target: CKANInstall solution-file-path: Shabby.sln - name: assemble-release - uses: drewcassidy/KSPBuildTools/.github/actions/assemble-release@get-required-tools + uses: ./KSPBuildTools/.github/actions/assemble-release - name: Publish to Github if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')