more CI fun
This commit is contained in:
parent
def475d0f3
commit
d830f8ae5f
@ -41,6 +41,9 @@ jobs:
|
||||
- name: Build Jellyfin Plugin
|
||||
id: jprm
|
||||
run: |
|
||||
# Create artifacts directory for JPRM output
|
||||
mkdir -p artifacts
|
||||
|
||||
# Build plugin using JPRM
|
||||
/tmp/jprm-venv/bin/jprm --verbosity=debug plugin build .
|
||||
|
||||
|
||||
@ -57,6 +57,9 @@ jobs:
|
||||
- name: Build Jellyfin Plugin
|
||||
id: jprm
|
||||
run: |
|
||||
# Create artifacts directory for JPRM output
|
||||
mkdir -p artifacts
|
||||
|
||||
# Build plugin using JPRM
|
||||
/tmp/jprm-venv/bin/jprm --verbosity=debug plugin build ./
|
||||
|
||||
|
||||
@ -10,6 +10,7 @@ description: >
|
||||
live streams and on-demand content from Swiss Radio and Television.
|
||||
category: "LiveTV"
|
||||
owner: "jellyfin"
|
||||
imageUrl: "https://www.srf.ch/static/img/srf-logo.svg"
|
||||
artifacts:
|
||||
- "Jellyfin.Plugin.SRFPlay.dll"
|
||||
build_type: "dotnet"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user