Skip to content

always use the same dir for plugin data #141

always use the same dir for plugin data

always use the same dir for plugin data #141

Workflow file for this run

name: '🏗️ Build Plugin'
on:
push:
branches:
- master
paths-ignore:
- '**/*.md'
pull_request:
branches:
- master
paths-ignore:
- '**/*.md'
workflow_dispatch:
jobs:
call:
uses: viperinius/jellyfin-plugins/.github/workflows/build.yaml@master
with:
dotnet-config: "ReleaseNoTest"
dotnet-target: "net8.0"
dotnet-version: "8.0.x"