Skip to content

Commit f11b4e4

Browse files
committed
debug
1 parent 31518c5 commit f11b4e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/reusable-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,8 @@ jobs:
586586
rm -rf .git
587587
(
588588
cd _build/bindist
589+
ls -lah
590+
find
589591
for file in *.tar.gz; do tar xzf "$file"; done
590592
)
591593
PATH=$(pwd)/_build/bindist/stage2/bin:$PATH ${{ env.MAKE }} -C _build/bindist/testsuite

0 commit comments

Comments
 (0)