From cc39494523782908ef590f1dbb1a59cb7bace698 Mon Sep 17 00:00:00 2001 From: Andrew Cassidy Date: Wed, 4 Sep 2024 00:24:52 -0700 Subject: [PATCH] im becoming jokerfied --- .github/workflows/test-plugin.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-plugin.yml b/.github/workflows/test-plugin.yml index 0809e31..4d87b61 100644 --- a/.github/workflows/test-plugin.yml +++ b/.github/workflows/test-plugin.yml @@ -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