Correct nuget publish repository
All checks were successful
/ build (push) Successful in 2m40s

This commit is contained in:
2025-03-18 13:46:42 +13:00
parent 689dc808a7
commit ef4d74d174

View File

@@ -29,7 +29,7 @@ jobs:
--output .
- name: Push
run: dotnet nuget push CSSUDII.Sodium.Interop.${VERSION}.nupkg --source
https://nexus.119.224.65.18.sslip.io/repository/nuget/index.json
https://git.119.224.65.18.sslip.io/api/packages/CSSUDII/nuget/index.json
--api-key ${GITHUB_TOKEN}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}