Skip to content

Commit

Permalink
👷 Escape paths
Browse files Browse the repository at this point in the history
  • Loading branch information
47PADO47 committed Mar 7, 2024
1 parent f8cab98 commit 719a348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Build
working-directory: ${{env.GITHUB_WORKSPACE}}
run: msbuild /m /p:Configuration=${{ env.BUILD_CONFIGURATION }} /p:AdditionalLibPaths="${{ env.pythonLocation }}\libs;" /p:IncludePath="$`(ProjectDir)\external\pybind11\include;${{ env.pythonLocation }}\include;$`(IncludePath)" ${{env.SOLUTION_FILE_PATH}}
run: msbuild /m /p:Configuration=${{ env.BUILD_CONFIGURATION }} /p:AdditionalLibPaths="${{ env.pythonLocation }}\libs" /p:IncludePath="$`(ProjectDir)\external\pybind11\include;${{ env.pythonLocation }}\include;$`(IncludePath)" ${{env.SOLUTION_FILE_PATH}}

- name: Upload Release Artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 719a348

Please sign in to comment.