Fixed action to publish nuget.
All checks were successful
Pack and Push NuGet Package / publish (push) Successful in 47s

This commit is contained in:
2025-07-01 14:15:07 +02:00
parent f243f30e52
commit 3b84826097

View File

@ -35,4 +35,4 @@ jobs:
run: |
dotnet nuget push out/*.nupkg \
--api-key "${{ secrets.NUGET_PUBLISH_TOKEN }}" \
--source "https://gitea.masita.net/mc/portaloggy/packages/${{ secrets.NUGET_PUBLISH_USERNAME }}/nuget/index.json"
--source "https://gitea.masita.net/api/packages/${{ secrets.NUGET_PUBLISH_USERNAME }}/nuget/index.json"