mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-12 03:57:08 +00:00
ci: modify package path for pushing to nuget
This commit is contained in:
parent
8c0893ac7a
commit
b1e3b68834
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
|
@ -84,6 +84,6 @@ jobs:
|
||||||
- name: Add nuget.org API Key
|
- name: Add nuget.org API Key
|
||||||
run: nuget setApiKey ${{ secrets.NUGET_API_KEY }}
|
run: nuget setApiKey ${{ secrets.NUGET_API_KEY }}
|
||||||
- name: Publish nuget package to Github registry
|
- 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
|
- 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
|
||||||
Loading…
Add table
Reference in a new issue