mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
ci: fix path to nuget packages
This commit is contained in:
parent
5852aab33c
commit
14b16a7e27
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
|
@ -87,5 +87,5 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
nuget sources add -name github -source https://nuget.pkg.github.com/pepperdash/index.json -username Pepperdash -password ${{ secrets.GITHUB_TOKEN }}
|
nuget sources add -name github -source https://nuget.pkg.github.com/pepperdash/index.json -username Pepperdash -password ${{ secrets.GITHUB_TOKEN }}
|
||||||
nuget setApiKey ${{ secrets.NUGET_API_KEY }}
|
nuget setApiKey ${{ secrets.NUGET_API_KEY }}
|
||||||
nuget push ".\package\PepperDashCore.${{ steps.setVersion.outputs.version }}.nupkg" -Source github
|
nuget push .\output\*.nupkg -Source github
|
||||||
nuget push ".\package\PepperDashCore.${{ steps.setVersion.outputs.version }}.nupkg" -Source https://api.nuget.org/v3/index.json
|
nuget push .\output\*.nupkg -Source https://api.nuget.org/v3/index.json
|
||||||
Loading…
Add table
Reference in a new issue