From f0370ac57f0d1bb1a9491f430269f4afac4a8049 Mon Sep 17 00:00:00 2001 From: CodeDevMLH <145071728+CodeDevMLH@users.noreply.github.com> Date: Tue, 6 Jan 2026 23:30:56 +0100 Subject: [PATCH] fix url and remote repo --- .gitea/workflows/release_automation.yml | 8 ++++---- .github/workflows/release_automation.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/release_automation.yml b/.gitea/workflows/release_automation.yml index b8bbada..9902799 100644 --- a/.gitea/workflows/release_automation.yml +++ b/.gitea/workflows/release_automation.yml @@ -124,7 +124,7 @@ jobs: VERSION="${{ env.VERSION }}" HASH="${{ env.ZIP_HASH }}" TIME="${{ env.BUILD_TIME }}" - DOWNLOAD_URL="https://git.mahom03-spacecloud.de/${{ github.repository }}/releases/download/v$VERSION/Jellyfin.Plugin.MediaBarEnhanced.zip" + DOWNLOAD_URL="https://git.mahom03-spacecloud.de/$REPO_OWNER/$REPO_NAME/releases/download/v$VERSION/Jellyfin.Plugin.MediaBarEnhanced.zip" # 2. Get info from env PLUGIN_GUID="${{ env.PLUGIN_GUID }}" @@ -186,11 +186,11 @@ jobs: - name: Checkout Seasonal Manifest Repo uses: actions/checkout@v6 with: - repository: ${{ github.repository_owner }}/jellyfin-plugin-manifest + repository: ${{ github.repository_owner }}/Jellyfin-Seasonals-Plugin path: seasonal-manifest token: ${{ secrets.JELLYFIN_PLUGIN_MANIFEST_UPDATER_PAT }} - - name: Update Central Manifest + - name: Update Seasonal Manifest shell: bash run: | cd seasonal-manifest @@ -199,7 +199,7 @@ jobs: VERSION="${{ env.VERSION }}" HASH="${{ env.ZIP_HASH }}" TIME="${{ env.BUILD_TIME }}" - DOWNLOAD_URL="https://git.mahom03-spacecloud.de/${{ github.repository }}/releases/download/v$VERSION/Jellyfin.Plugin.MediaBarEnhanced.zip" + DOWNLOAD_URL="https://git.mahom03-spacecloud.de/$REPO_OWNER/$REPO_NAME/releases/download/v$VERSION/Jellyfin.Plugin.MediaBarEnhanced.zip" # 2. Get info from env PLUGIN_GUID="${{ env.PLUGIN_GUID }}" diff --git a/.github/workflows/release_automation.yml b/.github/workflows/release_automation.yml index 30a1f5b..66bfbed 100644 --- a/.github/workflows/release_automation.yml +++ b/.github/workflows/release_automation.yml @@ -184,11 +184,11 @@ jobs: - name: Checkout Seasonal Manifest Repo uses: actions/checkout@v6 with: - repository: ${{ github.repository_owner }}/jellyfin-plugin-manifest + repository: ${{ github.repository_owner }}/Jellyfin-Seasonals path: seasonal-manifest token: ${{ secrets.JELLYFIN_PLUGIN_MANIFEST_UPDATER_PAT }} - - name: Update Central Manifest + - name: Update Seasonal Manifest shell: bash run: | cd seasonal-manifest