mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-22 13:49:54 +07:00
Maybe something else went wrong? Back to basics
This commit is contained in:
2
.github/workflows/buildAndDeploy.yml
vendored
2
.github/workflows/buildAndDeploy.yml
vendored
@ -75,7 +75,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
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.*?\#{2}' changelog.md # grep to get only our release
|
grep -P '\#{2}.3.15.7' 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'
|
||||||
|
Reference in New Issue
Block a user