Skip to content

Commit

Permalink
fix slash
Browse files Browse the repository at this point in the history
  • Loading branch information
marina-p committed Dec 9, 2024
1 parent e772b93 commit b4d9513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/restlerfullbuild/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ runs:
nuget-version: '5.8.0'

- name: Restore NuGet packages
run: nuget restore **\Restler.sln
run: nuget restore **/Restler.sln
shell: ${{ inputs.shell }}

- name: Clean solution
Expand Down

0 comments on commit b4d9513

Please sign in to comment.