Skip to content

Commit

Permalink
Enabled NuGet package generation actions
Browse files Browse the repository at this point in the history
  • Loading branch information
putridparrot committed Nov 22, 2023
1 parent 4cb7260 commit ffd2773
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
with:
name: PutridParrot.Results
path: /home/runner/work/PutridParrot.Results/PutridParrot.Results/PutridParrot.Results/bin/Release/PutridParrot.Results.*.nupkg
# - name: Publish to Nuget
# run: dotnet nuget push /home/runner/work/PutridParrot.Results/PutridParrot.Results/PutridParrot.Results/bin/Release/*.nupkg --skip-duplicate --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
- name: Publish to Nuget
run: dotnet nuget push /home/runner/work/PutridParrot.Results/PutridParrot.Results/PutridParrot.Results/bin/Release/*.nupkg --skip-duplicate --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
- name: Publish to GitHub
run: |
dotnet nuget add source https://nuget.pkg.github.com/putridparrot/index.json -n github -u putridparrot -p ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text
Expand Down

0 comments on commit ffd2773

Please sign in to comment.