Skip to content

Commit f0025f7

Browse files
committed
ci: normalize project XML escape in portable patch
1 parent 639fb6b commit f0025f7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/agent-real-portable-pr-trigger.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
line[10:] if line.startswith(" ") else line
3737
for line in embedded.splitlines()
3838
)
39+
script = script.replace(r'PackagePath="\\\\"', r'PackagePath="\\"')
3940
exec(compile(script, 'embedded-portable-patch.py', 'exec'))
4041
PYRUN
4142

0 commit comments

Comments
 (0)