Skip to content

Commit

Permalink
Add NuGet Repository
Browse files Browse the repository at this point in the history
  • Loading branch information
wagrenier authored Nov 30, 2021
1 parent 95a5a8f commit fe78f1e
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 @@ -70,6 +70,7 @@ jobs:
dotnet build --configuration Release "PssMuxNet/PssMux/PssMux.csproj"
dotnet pack --configuration Release "PssMuxNet/PssMux/PssMux.csproj"
dotnet nuget push "PssMuxNet/PssMux/bin/Release/PssMux.**.**.**.nupkg" -k ${{ secrets.GITHUB_TOKEN }} -s "https://nuget.pkg.github.com/wagrenier/index.json"
dotnet nuget push "PssMuxNet/PssMux/bin/Release/PssMux.**.**.**.nupkg" -k ${{ secrets.NuGet_API_KEY }} -s "https://nuget.pkg.github.com/cheesyburrito/index.json"
# Releases the zipped assets
- name: Update release asset
Expand Down

0 comments on commit fe78f1e

Please sign in to comment.