Browse Source

Additional fix to GitHub Actions

Sebastien 4 years ago
parent
commit
445d335974
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .github/workflows/CrossBuild.yml

+ 3 - 0
.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