mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-25 00:16:37 +08:00
Try inserting newline to githubenv
This commit is contained in:
parent
43469f498a
commit
137fae58a6
@ -39,6 +39,7 @@ git log -1 --pretty=%B > ../commit_message.txt
|
||||
echo "+cef-"
|
||||
cat ../cef_version.txt
|
||||
) | awk '{print}' ORS='' >> $GITHUB_ENV
|
||||
echo "" >> $GITHUB_ENV
|
||||
|
||||
#Name
|
||||
(
|
||||
@ -48,6 +49,7 @@ git log -1 --pretty=%B > ../commit_message.txt
|
||||
echo " + CEF "
|
||||
cat ../cef_version.txt
|
||||
) | awk '{print}' ORS='' >> $GITHUB_ENV
|
||||
echo "" >> $GITHUB_ENV
|
||||
|
||||
#Readme
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user