Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
xoofx committed Mar 6, 2023
1 parent e011cea commit e48ccab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-publish_nplug_proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
- name: Publish
shell: bash
run: |
dotnet nuget push -c Release ./src/NPlug.Proxy/bin/Release/*.nupkg -k ${{secrets.NUGET_TOKEN}} -s https://api.nuget.org/v3/index.json
dotnet nuget push ./src/NPlug.Proxy/bin/Release/*.nupkg -k ${{secrets.NUGET_TOKEN}} -s https://api.nuget.org/v3/index.json
2 changes: 1 addition & 1 deletion .github/workflows/ci-publish_nplug_validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
- name: Publish
shell: bash
run: |
dotnet nuget push -c Release ./src/NPlug.Validator/bin/Release/*.nupkg -k ${{secrets.NUGET_TOKEN}} -s https://api.nuget.org/v3/index.json
dotnet nuget push ./src/NPlug.Validator/bin/Release/*.nupkg -k ${{secrets.NUGET_TOKEN}} -s https://api.nuget.org/v3/index.json

0 comments on commit e48ccab

Please sign in to comment.