diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 98f6a92..02b675e 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -33,7 +33,7 @@ jobs: - name: Generate Manifest run: | - python3 manifest.py Jellyfin.Plugin.JavTube/bin/Jellyfin.JavTube@v${{ steps.shell.outputs.version }}.zip + python3 scripts/manifest.py Jellyfin.Plugin.JavTube/bin/Jellyfin.JavTube@v${{ steps.shell.outputs.version }}.zip - name: Publish Manifest run: | diff --git a/manifest.py b/scripts/manifest.py similarity index 100% rename from manifest.py rename to scripts/manifest.py