Skip to content

Commit e15cf85

Browse files
committed
Check to point to the proper dist folder
1 parent daf6b0f commit e15cf85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pixi.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ python-libarchive-c = "*"
5252
[feature.host.tasks]
5353
setup-wasm = { cmd = "pixi install -e wasm", inputs = ["pixi.lock"] }
5454
build-dist = { cmd = "pixi run build --output-dir dist" }
55-
patch-dist = {cmd = "export FOLDER=dist && pixi run patch"}
55+
patch-dist = { cmd = "export FOLDER=$GITHUB_WORKSPACE/dist && pixi run patch"}
5656

5757
[feature.host.tasks.patch]
5858
depends-on=["patch-roslib", "patch-xpython"]
@@ -65,7 +65,7 @@ outputs = ["_output"]
6565
inputs = ["pixi.lock", "files/"]
6666

6767
[feature.host.tasks.patch-xpython]
68-
cmd = "sed -i '' 's/jsArg.replace(\"\\*\",\"\")/jsArg.replaceAll(\"\\*\",\"\")/g' $FOLDER/xeus/bin/xpython.js"
68+
cmd = "echo $FOLDER && sed -i '' 's/jsArg.replace(\"\\*\",\"\")/jsArg.replaceAll(\"\\*\",\"\")/g' $FOLDER/xeus/bin/xpython.js"
6969
env = {FOLDER = "_output"}
7070

7171
[feature.host.tasks.patch-roslib]

0 commit comments

Comments
 (0)