Skip to content

Commit 73049b7

Browse files
committed
debug
1 parent 8c4d884 commit 73049b7

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/release.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,19 @@ jobs:
4343
- name: debug stuff
4444
run: |
4545
pwd
46-
ls
46+
echo XXX1
47+
ls -la
48+
echo XXX2
4749
find . -name '*.zip'
50+
echo XXX3
51+
ls -la /home/runner/work/scala-repl-pp/scala-repl-pp/
52+
echo XXX4
53+
ls -la /home/runner/work/scala-repl-pp/scala-repl-pp/core/
54+
echo XXX5
55+
ls -la /home/runner/work/scala-repl-pp/scala-repl-pp/core/target/
56+
echo XXX5
57+
ls -la /home/runner/work/scala-repl-pp/scala-repl-pp/core/target/universal/
58+
echo XXX5
4859
- name: Create Release
4960
uses: ncipollo/release-action@v1
5061
with:

0 commit comments

Comments
 (0)