From 9501e47f6ff1e0304bd407c253f9aea69b3d5539 Mon Sep 17 00:00:00 2001 From: Matthias Endler Date: Mon, 7 Oct 2024 16:11:53 +0200 Subject: [PATCH] fix path --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 207bbc4..5e315cd 100644 --- a/action.yml +++ b/action.yml @@ -76,7 +76,7 @@ runs: elif [[ '${{ inputs.lycheeVersion }}' == 'nightly' ]]; then DOWNLOAD_URL="https://github.com/lycheeverse/lychee/releases/download/nightly/${FILENAME}" else - DOWNLOAD_URL="https://github.com/lycheeverse/lychee/releases/download/lychee-${{ inputs.lycheeVersion }}/${FILENAME}" + DOWNLOAD_URL="https://github.com/lycheeverse/lychee/releases/download/${{ inputs.lycheeVersion }}/${FILENAME}" fi fi echo "filename=${FILENAME}" >> $GITHUB_OUTPUT