Skip to content

Commit cefe315

Browse files
authored
Fix path (#13769)
1 parent 9b2772b commit cefe315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ jobs:
475475
run: |
476476
# We modify the JBang scripts directly to avoid issues with relative paths
477477
for f in ${{ steps.changed-jablib-files.outputs.all_changed_files }}; do
478-
echo "//SOURCES $f" >> ".jbang/${{ matrix.launcher }}.java"
478+
echo "//SOURCES ../$f" >> ".jbang/${{ matrix.launcher }}.java"
479479
done
480480
jbang build --fresh ".jbang/${{ matrix.launcher }}.java"
481481

0 commit comments

Comments
 (0)