Skip to content

Commit 897f08a

Browse files
1 parent 22c8e46 commit 897f08a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ runs:
5656
tar -xvzf "$filename"
5757
rm "$filename"
5858
install -t "$HOME/.local/bin" -D lychee
59-
rm -f lychee*
59+
shopt -s extglob
60+
rm -f lychee*!(lychee-bin|lychee-lib)
6061
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
6162
shell: bash
6263
- name: Run lychee

0 commit comments

Comments
 (0)