mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
Improved usage of tree command.
This commit is contained in:
2
.github/workflows/NightlyRelease.yml
vendored
2
.github/workflows/NightlyRelease.yml
vendored
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user