Skip to content

Commit

Permalink
fix plugin repository format
Browse files Browse the repository at this point in the history
  • Loading branch information
kookxiang committed Feb 3, 2025
1 parent 370eacd commit 228864d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
version = $env:VERSION
}) + $Repository[0].versions
Copy-Item -Path Jellyfin.Plugin.Bangumi.zip -Destination Release/$($env:VERSION).zip -Recurse
ConvertTo-Json $Repository -Compress | Out-File Release/repository.json -Encoding UTF8NoBOM -NoNewline
ConvertTo-Json @($Repository[0]) -Compress -Depth 5 | Out-File Release/repository.json -Encoding UTF8NoBOM -NoNewline
- name: Generate GitHub Pages Artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 228864d

Please sign in to comment.