From bce4da2f883a417da007485b41be2368b5bbff1e Mon Sep 17 00:00:00 2001 From: dmathieu <42@dmathieu.com> Date: Thu, 10 Oct 2024 10:23:30 +0200 Subject: [PATCH] don't remove the lychee config file --- 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