Skip to content

Commit

Permalink
win paths
Browse files Browse the repository at this point in the history
  • Loading branch information
galabovaa committed Mar 26, 2024
1 parent e9c2995 commit c1b5c2b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-nuget-package.yml
Expand Up @@ -175,7 +175,9 @@ jobs:
run: dotnet nuget add source ${{runner.workspace}}/nugets

- name: Dotnet push to local feed
run: dotnet nuget push ${{runner.workspace}}/build/dotnet/Highs/bin/Release/netstandard2.0/*.nupkg -s ${{runner.workspace}}/nugets
working-directory: ${{runner.workspace}}/build/dotnet/Highs
shell: bash
run: dotnet nuget push ./bin/Release/*.nupkg -s ${{runner.workspace}}/nugets

- name: Create new project and test
shell: bash
Expand Down

0 comments on commit c1b5c2b

Please sign in to comment.