Skip to content

Commit

Permalink
does this work?
Browse files Browse the repository at this point in the history
  • Loading branch information
drewcassidy committed Aug 12, 2024
1 parent 9934d75 commit 277140d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 277140d

Please sign in to comment.