feat: implement Jellyfin plugin #47

Merged
devitq merged 6 commits from feat/implement-jellyfin-plugin-46 into develop 2026-05-22 17:44:23 +00:00
Showing only changes of commit 939d2ac736 - Show all commits
+3 -7
View File
@@ -43,16 +43,12 @@ jobs:
plugins/jellyfin/Jellyfin.Plugin.MovieNight/Jellyfin.Plugin.MovieNight.csproj \
-c Release \
--no-restore \
-o artifacts/jellyfin-plugin/MovieNight
- name: Set artifact name
id: meta
run: echo "artifact-name=jellyfin-plugin-${{ github.run_id }}-${{ github.run_attempt }}" >> "$GITHUB_OUTPUT"
-o artifacts/MovieNight
- name: Upload plugin artifact
uses: actions/upload-artifact@v7
with:
name: ${{ steps.meta.outputs.artifact-name }}
path: artifacts/jellyfin-plugin/**
name: MovieNight
path: artifacts/MovieNight/*
retention-days: 7
if-no-files-found: error