Skip to content

Commit

Permalink
Better cleanup of old lychee assets
Browse files Browse the repository at this point in the history
  • Loading branch information
mre authored Aug 20, 2024
1 parent 2a0b365 commit 577170b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ runs:
tar -xvzf "$filename"
rm "$filename"
install -t "$HOME/.local/bin" -D lychee
rm lychee
rm -f lychee*
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
shell: bash
- name: Run lychee
Expand Down

0 comments on commit 577170b

Please sign in to comment.