Files
jellyfin-plugin-danmu/.github/workflows/build.yaml
2022-10-11 14:41:11 +08:00

24 lines
451 B
YAML

name: "🏗️ Build Plugin"
on:
push:
branches:
- "**"
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
- name: Build Jellyfin Plugin
uses: oddstr13/jellyfin-plugin-repository-manager@v0.5.0
id: jprm
with:
dotnet-target: "net6.0"