Skip to content

Commit

Permalink
its in a fork
Browse files Browse the repository at this point in the history
  • Loading branch information
drewcassidy committed Aug 12, 2024
1 parent b253434 commit 0d13fb4
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: KSPModdingLibs/KSPBuildTools/.github/actions/compile@target-refactor
uses: drewcassidy/KSPBuildTools/.github/actions/compile@target-refactor
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: KSPModdingLibs/KSPBuildTools/.github/actions/assemble-release@target-refactor
uses: drewcassidy/KSPBuildTools/.github/actions/assemble-release@target-refactor

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

0 comments on commit 0d13fb4

Please sign in to comment.