From 445d335974a479dc73060841a7afdbbd1f32b77f Mon Sep 17 00:00:00 2001 From: Sebastien Date: Mon, 26 Oct 2020 21:36:18 -0400 Subject: [PATCH] Additional fix to GitHub Actions --- .github/workflows/CrossBuild.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/CrossBuild.yml b/.github/workflows/CrossBuild.yml index 4f93ba2b..8c419dfb 100644 --- a/.github/workflows/CrossBuild.yml +++ b/.github/workflows/CrossBuild.yml @@ -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