Skip to content

Commit

Permalink
show release build activity
Browse files Browse the repository at this point in the history
  • Loading branch information
bodo-hugo-barwich committed Jul 5, 2023
1 parent 57923bc commit 7a37686
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ jobs:
make manifest
make distcheck
make dist 2>make-dist_error.log > make-dist.log ; echo "Exit Code: '$?'" >> make-dist.log
echo "Build Release Report:"
cat make-dist.log
echo "Build Release Error:"
cat make-dist_error.log
dist_file=`cat make-dist.log | grep -i "created" | cut -d" " -f2`
echo "file=$dist_file" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 7a37686

Please sign in to comment.