From f196c6c2962053b5707ed0537f35acf64be6c350 Mon Sep 17 00:00:00 2001 From: CodeDevMLH <145071728+CodeDevMLH@users.noreply.github.com> Date: Tue, 6 Jan 2026 23:30:36 +0100 Subject: [PATCH] fix url --- .gitea/workflows/release_automation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/release_automation.yml b/.gitea/workflows/release_automation.yml index ce82de4..7e45e1f 100644 --- a/.gitea/workflows/release_automation.yml +++ b/.gitea/workflows/release_automation.yml @@ -71,7 +71,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.Seasonals.zip" + DOWNLOAD_URL="https://git.mahom03-spacecloud.de/$REPO_OWNER/$REPO_NAME/releases/download/v$VERSION/Jellyfin.Plugin.Seasonals.zip" echo "Updating manifest.json with:" echo "Hash: ${{ env.ZIP_HASH }}" @@ -119,7 +119,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.Seasonals.zip" + DOWNLOAD_URL="https://git.mahom03-spacecloud.de/$REPO_OWNER/$REPO_NAME/releases/download/v$VERSION/Jellyfin.Plugin.Seasonals.zip" # 2. Get info from env PLUGIN_GUID="${{ env.PLUGIN_GUID }}"