From 98c5ea045fd5e98d469a403394d93dc653380485 Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Mon, 7 Oct 2024 13:03:15 +0200 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4e4b6d5..14952d9 100644 --- a/action.yml +++ b/action.yml @@ -75,7 +75,7 @@ runs: - name: Download lychee run: | - curl -sfLO "https://github.com/lycheeverse/lychee/releases/download/${{ inputs.lycheeVersion }}/${{ steps.lychee-filename.outputs.filename }}" + curl -sfLO "https://github.com/lycheeverse/lychee/releases/download/lychee-${{ inputs.lycheeVersion }}/${{ steps.lychee-filename.outputs.filename }}" shell: bash - name: Extract lychee