Skip to content

Commit

Permalink
windows path
Browse files Browse the repository at this point in the history
  • Loading branch information
galabovaa committed Mar 26, 2024
1 parent 0fb5611 commit e9c2995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-nuget-package.yml
Expand Up @@ -175,7 +175,7 @@ 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/*.nupkg -s ${{runner.workspace}}/nugets
run: dotnet nuget push ${{runner.workspace}}/build/dotnet/Highs/bin/Release/netstandard2.0/*.nupkg -s ${{runner.workspace}}/nugets

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

0 comments on commit e9c2995

Please sign in to comment.