We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b2772b commit cefe315Copy full SHA for cefe315
.github/workflows/tests-code.yml
@@ -475,7 +475,7 @@ jobs:
475
run: |
476
# We modify the JBang scripts directly to avoid issues with relative paths
477
for f in ${{ steps.changed-jablib-files.outputs.all_changed_files }}; do
478
- echo "//SOURCES $f" >> ".jbang/${{ matrix.launcher }}.java"
+ echo "//SOURCES ../$f" >> ".jbang/${{ matrix.launcher }}.java"
479
done
480
jbang build --fresh ".jbang/${{ matrix.launcher }}.java"
481
0 commit comments