mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-01-11 19:44:44 +00:00
ci: modify package path for pushing to nuget
This commit is contained in:
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@@ -84,6 +84,6 @@ jobs:
|
||||
- name: Add nuget.org API Key
|
||||
run: nuget setApiKey ${{ secrets.NUGET_API_KEY }}
|
||||
- name: Publish nuget package to Github registry
|
||||
run: nuget push "./package/*.nupkg" -Source github
|
||||
run: nuget push ".\package\PepperDashCore.${{ steps.setVersion.outputs.version }}.nupkg" -Source github
|
||||
- name: Publish nuget package to nuget.org
|
||||
run: nuget push "./package/*.nupkg" -Source https://api.nuget.org/v3/index.json
|
||||
run: nuget push ".\package\PepperDashCore.${{ steps.setVersion.outputs.version }}.nupkg" -Source https://api.nuget.org/v3/index.json
|
||||
Reference in New Issue
Block a user