actions-marketplace-validations/jprm-build
Builds a Jellyfin plugin via Jellyfin Plugin Repository Manager
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Feb 11, 2026
- License
- MPL 2.0
Pinned Snippet
uses: actions-marketplace-validations/oddstr13_jellyfin-plugin-repository-manager@13053505729c330be71fe45d23921e46f50479ce # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| path | The path to the sources of the plugin solution (default: ".") | no | . |
| output | Path to dotnet build directory (default: ./artifacts) | no | ./artifacts |
| version | Overwrite the detected version of the plugin (default: "") | no | "" |
| dotnet-config | The dotnet build configuration (default: Release) | no | Release |
| dotnet-target | Overwrite the detected dotnet target framework used for the plugin build (default: "") | no | "" |
| max-cpu-count | Maximum number of processors to use during build (default: "1") | no | 1 |
| verbosity | The log verbosity of JPRM | no | debug |
Outputs
| name | description |
|---|---|
| artifact | Returns the built plugin zip |