mirror of
https://github.com/JDM170/ReVanced_Builder
synced 2025-11-29 14:41:46 +07:00
Update Build.yml
This commit is contained in:
2
.github/workflows/Build.yml
vendored
2
.github/workflows/Build.yml
vendored
@@ -211,7 +211,7 @@ jobs:
|
|||||||
id: read_release
|
id: read_release
|
||||||
run: |
|
run: |
|
||||||
# https://en.wikipedia.org/wiki/Percent-encoding
|
# https://en.wikipedia.org/wiki/Percent-encoding
|
||||||
$Release = (Get-Content -Path Release.md -Encoding utf8 -Raw).replace("#", "%23").replace("`n", "%0A").replace("`r", "%0D")
|
$Release = (Get-Content -Path Release.md -Encoding utf8 -Raw).replace("`n", "%0A").replace("`r", "%0D")
|
||||||
|
|
||||||
# https://trstringer.com/github-actions-multiline-strings/
|
# https://trstringer.com/github-actions-multiline-strings/
|
||||||
echo "::set-output name=RELEASE_BODY::$Release"
|
echo "::set-output name=RELEASE_BODY::$Release"
|
||||||
|
|||||||
Reference in New Issue
Block a user