This commit is contained in:
Morten Nielsen 2021-12-23 22:41:56 -08:00 committed by GitHub
parent 2d7289e782
commit b9bcaf228e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,4 +40,4 @@ jobs:
path: artifacts/NuGet/Release
- name: Push to NuGet
run: dotnet nuget push nupkg\*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://nuget.org
run: dotnet nuget push artifacts\NuGet\Release\*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://nuget.org