Skip to content

Commit

Permalink
chore: ci list package
Browse files Browse the repository at this point in the history
  • Loading branch information
codito authored Jul 4, 2023
1 parent bf46d42 commit 56a102b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ jobs:
- name: Publish packages
if: ${{ github.event_name == 'push' && matrix.os == 'windows-latest' }}
run: |
ls src/package/bin/Release
dotnet nuget push src/package/bin/Release/*.nupkg --api-key ${{ secrets.GITHUB_TOKEN }} --source https://nuget.pkg.github.com/spekt/index.json
dotnet nuget push src/package/bin/Release/*.nupkg --api-key ${{ secrets.SPEKT_MYGET_KEY }} --source https://www.myget.org/F/spekt/api/v3/index.json

0 comments on commit 56a102b

Please sign in to comment.