Skip to content

Commit

Permalink
Update msbuild.yml to use a hardcoded solution file path for fixsln.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmcwatters committed Dec 1, 2024
1 parent 36d7086 commit cb76ae9
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 @@ -45,7 +45,7 @@ jobs:

- working-directory: ./mp/src
shell: bash
run: ./devtools/fixsln.sh ${{env.SOLUTION_FILE_PATH}}
run: ./devtools/fixsln.sh games.sln

- name: Build
working-directory: ${{env.GITHUB_WORKSPACE}}
Expand Down

0 comments on commit cb76ae9

Please sign in to comment.