1 parent 639fb6b commit f0025f7Copy full SHA for f0025f7
1 file changed
.github/workflows/agent-real-portable-pr-trigger.yml
@@ -36,6 +36,7 @@ jobs:
36
line[10:] if line.startswith(" ") else line
37
for line in embedded.splitlines()
38
)
39
+ script = script.replace(r'PackagePath="\\\\"', r'PackagePath="\\"')
40
exec(compile(script, 'embedded-portable-patch.py', 'exec'))
41
PYRUN
42
0 commit comments