mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-29 06:51:30 -04:00
Disable other lines maybe
This commit is contained in:
parent
5eadd43eb1
commit
4b025ec8e1
10
.github/workflows/buildAndDeploy.yml
vendored
10
.github/workflows/buildAndDeploy.yml
vendored
@ -76,11 +76,11 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
## To test this in Windows PS: cat .\changelog.md | wsl grep -Pzo --color '\\#{2}.3.15.7[^\\#]*?\\#{2}'
|
## To test this in Windows PS: cat .\changelog.md | wsl grep -Pzo --color '\\#{2}.3.15.7[^\\#]*?\\#{2}'
|
||||||
grep -P '\#{2}.3.15.7[^a]' changelog.md # grep to get only our release
|
grep -P '\#{2}.3.15.7[^a]' changelog.md # grep to get only our release
|
||||||
echo "$r"
|
#echo "$r"
|
||||||
r="${r//'%'/'%25'}" # Multiline escape sequences for %
|
#r="${r//'%'/'%25'}" # Multiline escape sequences for %
|
||||||
r="${r//$'\n'/'%0A'}" # Multiline escape sequences for '\n'
|
#r="${r//$'\n'/'%0A'}" # Multiline escape sequences for '\n'
|
||||||
r="${r//$'\r'/'%0D'}" # Multiline escape sequences for '\r'
|
#r="${r//$'\r'/'%0D'}" # Multiline escape sequences for '\r'
|
||||||
echo "::set-output name=RELEASE_BODY::$r" # <--- Set environment variable
|
#echo "::set-output name=RELEASE_BODY::$r" # <--- Set environment variable
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user