We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c4d884 commit 73049b7Copy full SHA for 73049b7
.github/workflows/release.yml
@@ -43,8 +43,19 @@ jobs:
43
- name: debug stuff
44
run: |
45
pwd
46
- ls
+ echo XXX1
47
+ ls -la
48
+ echo XXX2
49
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
57
+ ls -la /home/runner/work/scala-repl-pp/scala-repl-pp/core/target/universal/
58
59
- name: Create Release
60
uses: ncipollo/release-action@v1
61
with:
0 commit comments