From e7546ad05799e68acfb2f6fd22db65c6a8f80499 Mon Sep 17 00:00:00 2001 From: Matthias Endler Date: Mon, 7 Oct 2024 12:05:54 +0200 Subject: [PATCH] Add comment about lychee filename --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index 87bca77..4e4b6d5 100644 --- a/action.yml +++ b/action.yml @@ -56,6 +56,8 @@ runs: - name: Determine lychee filename id: lychee-filename run: | + # Older releases (prior to 0.16.x) had the version number in the archive name. + # This determines the correct filename based on the version string. if [[ '${{ inputs.lycheeVersion }}' =~ ^v0\.0|^v0\.1[0-5]\. ]]; then echo "filename=lychee-${{ inputs.lycheeVersion }}-x86_64-unknown-linux-gnu.tar.gz" >> $GITHUB_OUTPUT else