Skip to content

Commit 5410ef1

Browse files
committed
Fix wonky merge
1 parent 774d077 commit 5410ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/compile/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@ runs:
7676
working-directory: ${{ inputs.working-directory }}
7777
run: >
7878
dotnet msbuild -m:1 -p:Configuration=${{ inputs.build-configuration }}
79-
-p:ManagedRelativePath=KSP_x64_Data/Managed ${{ inputs.solution-file-path }}
79+
-p:KSPBT_ManagedRelativePath=KSP_x64_Data/Managed ${{ inputs.solution-file-path }}
8080
${{ runner.debug && '-v:diagnostic' }}

0 commit comments

Comments
 (0)