From 03bcb442b629d040089bc7ddf5e0fcd071cd237f Mon Sep 17 00:00:00 2001 From: xjasonlyu Date: Mon, 30 May 2022 23:11:48 +0800 Subject: [PATCH] Move to scripts --- .github/workflows/dotnetcore.yml | 2 +- manifest.py => scripts/manifest.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename manifest.py => scripts/manifest.py (100%) 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