Skip to content

Commit

Permalink
Merge pull request #49 from jesseward/ci-update
Browse files Browse the repository at this point in the history
Add a plugin build CI workflow.
  • Loading branch information
jesseward authored Jun 5, 2023
2 parents ae42bba + 0ade944 commit cef6398
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/build-plugin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: 'Build Plugin'

on:
push:
branches:
- master
paths-ignore:
- '**/*.md'
pull_request:
branches:
- master
paths-ignore:
- '**/*.md'
workflow_dispatch:

jobs:
call:
uses: jellyfin/jellyfin-meta-plugins/.github/workflows/build.yaml@master
15 changes: 15 additions & 0 deletions build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: "LastFM"
guid: "5e7fe7f0-b048-429e-a431-b1a7e69c930d"
version: "8.0.0.2"
targetAbi: "10.8.0.0"
framework: "net6.0"
overview: "A plugin that scrobbles your Jellyfin music to LastFM."
description: >
Scrobble LastFM plays with Jellyfin.
category: "Music"
owner: "jesseward"
artifacts:
- "Jellyfin.Plugin.Lastfm.dll"
changelog: >
Fix for 10.8 compatability.

0 comments on commit cef6398

Please sign in to comment.