Skip to content

Commit

Permalink
ci(debug): print dir
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikit committed Jan 21, 2024
1 parent fab9d89 commit 88605b1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,12 @@ jobs:
- name: Fetch Windows executable
shell: msys2 {0}
run: |
ls -l fpm-*
echo "================================================================="
ls -l fpm-*/fpm*
echo "================================================================="
tree .
echo "================================================================="
cp fpm-*/fpm*.exe ./ci/fpm.exe
- name: Fetch Git for Windows
Expand Down

0 comments on commit 88605b1

Please sign in to comment.