Skip to content

Commit

Permalink
More build system changes for release
Browse files Browse the repository at this point in the history
  • Loading branch information
sle118 committed Oct 27, 2020
1 parent 14f1e00 commit 2861940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CrossBuild.yml
Expand Up @@ -64,7 +64,7 @@ jobs:
description=${description}$'------------------------------\n### Revision Log\n\n'
description="$description$(git log --pretty=format:'%h %s (%cI) <%an>' --abbrev-commit --max-count=15 | sed --r 's/(^[\*]+)/\\\1/g') "
echo 'description<<~EOD' >> $GITHUB_ENV
curl '${description}'>> $GITHUB_ENV
echo '${description}'>> $GITHUB_ENV
echo '~EOD' >> $GITHUB_ENV
echo #######
echo ####### Release description
Expand Down

0 comments on commit 2861940

Please sign in to comment.