Skip to content

Plugin release 3.1.2.0 (#56) #138

Plugin release 3.1.2.0 (#56)

Plugin release 3.1.2.0 (#56) #138

Workflow file for this run

name: 'Build Plugin'
on:
push:
branches:
- main
paths-ignore:
- '**/*.md'
pull_request:
branches:
- main
paths-ignore:
- '**/*.md'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: Setup .NET
uses: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 # v3.2.0
with:
dotnet-version: "7.0"
- name: Build Jellyfin Plugin
uses: oddstr13/jellyfin-plugin-repository-manager@4a2b165a3dc2cfc392db865a85f23c02e9f78c68 # v0.5.1
id: jprm
- name: Upload Artifact
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3
with:
name: build-artifact
retention-days: 14
if-no-files-found: error
path: ${{ steps.jprm.outputs.artifact }}