mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-11 14:07:11 +03:00
Additional fix to GitHub Actions
This commit is contained in:
3
.github/workflows/CrossBuild.yml
vendored
3
.github/workflows/CrossBuild.yml
vendored
@@ -63,6 +63,9 @@ jobs:
|
||||
description="$description$(git log --pretty=format:'%h %s (%cI) <%an>' --abbrev-commit --max-count=15 | sed --r 's/(^[\*]+)/\\\1/g') "
|
||||
echo ${description}
|
||||
echo ${description} >>release_desc.txt
|
||||
description="${description//'%'/'%25'}"
|
||||
description="${description//$'\n'/'%0A'}"
|
||||
description="${description//$'\r'/'%0D'}"
|
||||
echo "description=${description}" >> $GITHUB_ENV
|
||||
cat release_desc.txt
|
||||
- name: Show Target
|
||||
|
||||
Reference in New Issue
Block a user