more ci fixes
Some checks failed
🏗️ Build Plugin / build (push) Failing after 1m15s
🧪 Test Plugin / test (push) Successful in 1m9s

This commit is contained in:
Duncan Tourolle 2025-11-14 20:58:50 +01:00
parent c3e3008d57
commit 70bcdf7103
2 changed files with 12 additions and 8 deletions

View File

@ -42,7 +42,7 @@ jobs:
id: jprm id: jprm
run: | run: |
# Build plugin using JPRM # Build plugin using JPRM
/tmp/jprm-venv/bin/jprm --verbosity=debug plugin build ./ /tmp/jprm-venv/bin/jprm --verbosity=debug plugin build .
# Find the generated zip file # Find the generated zip file
ARTIFACT=$(find . -name "*.zip" -type f -print -quit) ARTIFACT=$(find . -name "*.zip" -type f -print -quit)

View File

@ -1,16 +1,20 @@
--- ---
name: "Template" name: "SRFPlay"
guid: "eb5d7894-8eef-4b36-aa6f-5d124e828ce1" guid: "eb5d7894-8eef-4b36-aa6f-5d124e828ce1"
version: "1.0.0.0" version: "1.0.0.0"
targetAbi: "10.9.0.0" targetAbi: "10.9.0.0"
framework: "net8.0" framework: "net8.0"
overview: "Short description about your plugin" overview: "SRF Play plugin for Jellyfin"
description: > description: >
This is a longer description that can span more than one Provides access to SRF Play content in Jellyfin, including
line and include details about your plugin. live streams and on-demand content from Swiss Radio and Television.
category: "General" category: "LiveTV"
owner: "jellyfin" owner: "jellyfin"
artifacts: artifacts:
- "Jellyfin.Plugin.Template.dll" - "Jellyfin.Plugin.SRFPlay.dll"
build_type: "dotnet"
dotnet_configuration: "Release"
dotnet_framework: "net8.0"
project: "Jellyfin.Plugin.SRFPlay/Jellyfin.Plugin.SRFPlay.csproj"
changelog: > changelog: >
changelog Initial release