Skip to content

Commit ed69c2b

Browse files
committed
DEBUG: print tree at windows make-installer
1 parent fd37f59 commit ed69c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ jobs:
234234
echo "================================================================="
235235
ls -l fpm-*/fpm*
236236
echo "================================================================="
237-
tree .
237+
find . | sed -e "s/[^-][^\/]*\// |/g" -e "s/|\([^ ]\)/|-\1/"
238238
echo "================================================================="
239239
cp fpm-*/fpm*.exe ./ci/fpm.exe
240240

0 commit comments

Comments
 (0)