Update Jellyfin plugin release workflow to use MD5 checksums instead of SHA256. Modify manifest.json with new source URL and checksum, and update README to clarify checksum verification process.
Build and Release Jellyfin plugins / release (push) Successful in 23s

This commit is contained in:
2026-08-22 22:25:47 +02:00
parent 90c4423696
commit 1aa7e83044
4 changed files with 4 additions and 30 deletions
+2
View File
@@ -31,4 +31,6 @@ Bump `Jellyfin/<slug>/version` before pushing when you want a new release. Re-pu
|---|---|---|
| `PUBLIC_GITEA_URL` | `https://gitea.example.com` | `sourceUrl` in `manifest.json` (no trailing slash) |
Jellyfin verifies package **MD5** checksums (not SHA256). The release workflow writes `md5sum` into the catalog.
API calls still use the runners internal Gitea URL; only catalog download links use this secret.