Skip to content

Commit

Permalink
im becoming jokerfied
Browse files Browse the repository at this point in the history
  • Loading branch information
drewcassidy committed Sep 4, 2024
1 parent 4bfbc1c commit cc39494
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:

- uses: ./.github/actions/compile
with:
solution-file-path: ${ env.TESTDIR }/mymod.csproj
solution-file-path: ${{ env.TESTDIR }}/mymod.csproj
ksp-zip-url: https://github.com/KSPModdingLibs/KSPLibs/raw/main/KSP-1.12.5.zip

- uses: ./.github/actions/assemble-release
with:
artifacts: ${ env.TESTDIR }/GameData
artifacts: ${{ env.TESTDIR }}/GameData

0 comments on commit cc39494

Please sign in to comment.