aboutsummaryrefslogtreecommitdiff
path: root/build.yaml
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2024-03-06 21:00:34 -0500
committerJoshua M. Boniface <joshua@boniface.me>2024-03-06 21:00:34 -0500
commit6a6425273adb404feab1960def562dc35d0cfbd8 (patch)
treea722afb4b621722bf101abee6edcad1991b8d47e /build.yaml
parentReformat with black (diff)
downloadjellyfin-packaging-6a6425273adb404feab1960def562dc35d0cfbd8.tar.gz
jellyfin-packaging-6a6425273adb404feab1960def562dc35d0cfbd8.tar.bz2
jellyfin-packaging-6a6425273adb404feab1960def562dc35d0cfbd8.zip
Adjust unstable push target for production
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.yaml b/build.yaml
index 5d32220..72028ac 100644
--- a/build.yaml
+++ b/build.yaml
@@ -131,4 +131,4 @@ nuget:
- src/Jellyfin.Extensions/Jellyfin.Extensions.csproj
feed_urls:
stable: https://api.nuget.org/v3/index.json
- unstable: https://nuget.pkg.github.com/jellyfin-sandbox/index.json
+ unstable: https://nuget.pkg.github.com/jellyfin/index.json
bgstack15