diff --git a/.gitea/workflows/publish-nuget.yml b/.gitea/workflows/publish-nuget.yml index 652da11..6514526 100644 --- a/.gitea/workflows/publish-nuget.yml +++ b/.gitea/workflows/publish-nuget.yml @@ -17,7 +17,7 @@ jobs: apt-get install -y curl gnupg curl -fsSL https://deb.nodesource.com/setup_18.x | bash - apt-get install -y nodejs git - + - name: Checkout uses: actions/checkout@v3 @@ -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" \ No newline at end of file + --source "https://gitea.masita.net/api/packages/${{ secrets.NUGET_PUBLISH_USERNAME }}/nuget/index.json" \ No newline at end of file