Skip to content

Commit 718c298

Browse files
committed
debug with tail
1 parent 71daa72 commit 718c298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: |
4848
if [ -f build/jreleaser/trace.log ]; then
4949
echo "trace.log Content:"
50-
cat build/jreleaser/trace.log
50+
tail -1000 build/jreleaser/trace.log
5151
else
5252
echo "trace.log file not found"
5353
fi

0 commit comments

Comments
 (0)