Skip to content

Commit 6d6c142

Browse files
committed
More relative pathinng fixes
1 parent 8b3d4c2 commit 6d6c142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trunk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
cd $ARM_FVP_TUTORIALS_ROOT
100100
python build_model.py \
101101
--executorch-root $ZEPHYR_PROJ_ROOT/modules/lib/executorch \
102-
--pte-file ~/modules/lib/executorch/${MODEL_NAME}.pte \
102+
--pte-file $ZEPHYR_PROJ_ROOT/modules/lib/executorch/${MODEL_NAME}.pte \
103103
--output-path $ARM_FVP_TUTORIALS_ROOT/models/${MODEL_NAME}/src/
104104
105105
cd $ARM_FVP_TUTORIALS_ROOT/models/${MODEL_NAME}/

0 commit comments

Comments
 (0)