Skip to content

Commit

Permalink
Correction to the package path
Browse files Browse the repository at this point in the history
  • Loading branch information
michal-mad committed Oct 25, 2021
1 parent 3dcbfcb commit d5ae366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
- name: Nuget Push
env:
AUTH_KEY: ${{secrets.NUGET_KEY}}
run: dotnet nuget push "./bin/Release/UnitSystems.*.nupkg" --api-key "$AUTH_KEY" --source https://api.nuget.org/v3/index.json
run: dotnet nuget push "./UnitSystems/bin/Release/UnitSystems.*.nupkg" --api-key "$AUTH_KEY" --source https://api.nuget.org/v3/index.json

0 comments on commit d5ae366

Please sign in to comment.