Skip to content

Commit

Permalink
Fix jprm build
Browse files Browse the repository at this point in the history
  • Loading branch information
Mik1ll committed Dec 14, 2024
1 parent a43f954 commit b39ee35
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish-jellyfin-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cd Repository
cp -f ../artifacts/manifest.json ./
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
branch_name="update-repo-$GITHUB_REF_NAME"
Expand Down
2 changes: 1 addition & 1 deletion jprmbuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@

print("Package url: " + package_url)

manifest_file = artifact_dir.joinpath("manifest.json")
manifest_file = "Repository/manifest.json"

jprm_repo_p = subprocess.run(
[
Expand Down

0 comments on commit b39ee35

Please sign in to comment.