Skip to content

Commit

Permalink
typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
morisil committed Jan 11, 2025
1 parent 48e0922 commit 71daa72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
- name: Display JReleaser trace.log
if: failure()
run: |
if [ -f build/jrelaser/trace.log ]; then
if [ -f build/jreleaser/trace.log ]; then
echo "trace.log Content:"
cat build/jrelaser/trace.log
cat build/jreleaser/trace.log
else
echo "trace.log file not found"
fi
Expand Down

0 comments on commit 71daa72

Please sign in to comment.