local nuget gitea

This commit is contained in:
2026-04-10 20:16:21 -04:00
parent cb518961e7
commit d605edf6bf

View File

@@ -95,5 +95,8 @@ jobs:
- name: 🛜 Publish to Nuget - name: 🛜 Publish to Nuget
run: | run: |
dotnet nuget push "${{ steps.package-path.outputs.package }}" \ dotnet nuget push "${{ steps.package-path.outputs.package }}" \
--api-key "${{ secrets.NUGET_API_KEY }}" \ --source "http://192.168.1.4:3000/api/packages/Ronnie/nuget/index.json" \
--source "https://api.nuget.org/v3/index.json" --skip-duplicate --allow-insecure-connections \
--api-key "${{ secrets.NUGET_KEY }}" \
--skip-duplicate