Skip to content

Commit

Permalink
DEBUG: print tree at windows make-installer
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikit committed Jun 7, 2024
1 parent 5e310dc commit 5a00cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ jobs:
echo "================================================================="
ls -l fpm-*/fpm*
echo "================================================================="
tree .
find . | sed -e "s/[^-][^\/]*\// |/g" -e "s/|\([^ ]\)/|-\1/"
echo "================================================================="
cp fpm-*/fpm*.exe ./ci/fpm.exe
Expand Down

0 comments on commit 5a00cd0

Please sign in to comment.