From 2bb232618be239862e31382c5c0eaeba12e5e966 Mon Sep 17 00:00:00 2001 From: Damien Mathieu <42@dmathieu.com> Date: Thu, 10 Oct 2024 18:43:10 +0200 Subject: [PATCH] don't remove the lychee config file (#255) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 55e427e..97f42ec 100644 --- a/action.yml +++ b/action.yml @@ -99,7 +99,7 @@ runs: # Remove the downloaded archive and any unnecessary files after installation rm -f "${{ steps.lychee-setup.outputs.filename }}" shopt -s extglob - rm -f lychee*!(lychee-bin|lychee-lib) + rm -f lychee!(*-bin|*-lib|*.toml) shell: bash - name: Run Lychee