erthrrthdhdt
Some checks failed
Build NuGet / build (push) Failing after 31s

This commit is contained in:
2026-04-06 11:45:05 -04:00
parent 711c6aff7c
commit c98ef38594

View File

@@ -29,7 +29,7 @@ jobs:
- name: Publish
run: |
dotnet nuget push ./packages/*.nupkg \
--source http://gitea/api/packages/Ronnie/nuget/index.json \
--source http://192.168.1.4:3000/api/packages/Ronnie/nuget/index.json \
--allow-insecure-connections true \
--api-key ${{ secrets.NUGET_KEY }}