From 52bc8022fca5ec835384332d758071acaa194972 Mon Sep 17 00:00:00 2001 From: CodeDevMLH <145071728+CodeDevMLH@users.noreply.github.com> Date: Tue, 6 Jan 2026 19:55:41 +0100 Subject: [PATCH] Fix download URL formatting in release automation workflows and remove unused test.txt file --- .gitea/workflows/release_automation.yml | 4 ++-- .github/workflows/release_automation.yml | 2 +- test.txt | 0 3 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 test.txt diff --git a/.gitea/workflows/release_automation.yml b/.gitea/workflows/release_automation.yml index d685921..b81a345 100644 --- a/.gitea/workflows/release_automation.yml +++ b/.gitea/workflows/release_automation.yml @@ -76,7 +76,7 @@ jobs: REPO_OWNER="${{ github.repository_owner }}" REPO_NAME="${{ github.event.repository.name }}" VERSION="${{ env.VERSION }}" - 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" echo "Updating manifest.json with:" echo "Hash: ${{ env.ZIP_HASH }}" @@ -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_owner }}/${{ github.repository }}/releases/download/v$VERSION/Jellyfin.Plugin.MediaBarEnhanced.zip" + DOWNLOAD_URL="https://git.mahom03-spacecloud.de/${{ github.repository }}/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 f6e7578..467c9c3 100644 --- a/.github/workflows/release_automation.yml +++ b/.github/workflows/release_automation.yml @@ -122,7 +122,7 @@ jobs: VERSION="${{ env.VERSION }}" HASH="${{ env.ZIP_HASH }}" TIME="${{ env.BUILD_TIME }}" - DOWNLOAD_URL="https://github.com/${{ github.repository_owner }}/${{ github.repository }}/releases/download/v$VERSION/Jellyfin.Plugin.MediaBarEnhanced.zip" + DOWNLOAD_URL="https://github.com/$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/test.txt b/test.txt deleted file mode 100644 index e69de29..0000000