dgnntg
Some checks failed
Build NuGet / build (push) Failing after 32s

This commit is contained in:
2026-04-06 11:17:39 -04:00
parent c5d5a26952
commit 955c3c3924
2 changed files with 5 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ jobs:
- name: Publish
run: |
dotnet nuget push ./packages/*.nupkg \
--source http://192.168.1.4:3000/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 }}
# name: Gitea Actions Demo
@@ -80,4 +80,4 @@ jobs:
# ls ${{ gitea.workspace }}
# - run: echo " This job's status is ${{ job.status }}."
# - run: echo " HELP ME, I'M A GITHUB ACTION."
#e59e39d60f30b539ae594d8cfc7a9771883d2eb0