diff --git a/.gitea/workflows/ManualRelease.yaml b/.gitea/workflows/ManualRelease.yaml index 63eee3f..042be59 100644 --- a/.gitea/workflows/ManualRelease.yaml +++ b/.gitea/workflows/ManualRelease.yaml @@ -117,4 +117,4 @@ jobs: - name: Push to nuget env: NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }} - run: dotnet nuget push ./artifacts/*.nupkg --source https://gitea.example.com/api/packages/FrigaT/nuget/index.json --api-key $NUGET_API_KEY \ No newline at end of file + run: dotnet nuget push ./artifacts/*.nupkg --source https://git.frigat.duckdns.org/api/packages/FrigaT/nuget/index.json --api-key $NUGET_API_KEY \ No newline at end of file