We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bd38f9 commit 92ce71cCopy full SHA for 92ce71c
.github/actions/compile/action.yml
@@ -46,7 +46,7 @@ runs:
46
if: inputs.dependency-msbuild-target != ''
47
shell: bash
48
working-directory: ${{ github.workspace }}
49
- run: msbuild /t:{{ inputs.dependency-msbuild-target }} /p:KSPRoot=${{ env.KSP_ROOT }} ${{ inputs.solution-file-path }}
+ run: msbuild /t:${{ inputs.dependency-msbuild-target }} /p:KSPRoot=${{ env.KSP_ROOT }} ${{ inputs.solution-file-path }}
50
51
- name: Download KSP Libs
52
0 commit comments