Improved usage of tree command.

This commit is contained in:
Patrick Lehmann
2024-12-18 23:45:28 +01:00
parent c13dd2521c
commit e21f89670a
3 changed files with 6 additions and 9 deletions

View File

@@ -388,7 +388,7 @@ jobs:
done <<<'${{ inputs.assets }}'
printf "%s\n" "Inspecting downloaded artifacts ..."
tree -L 3 .
tree -pash -L 3 .
if [[ $ERROR -ne 0 ]]; then
printf "%s\n" "${ANSI_LIGHT_RED}Errors detected in previous steps.${ANSI_NOCOLOR}"