Skip to content

Commit d514e3d

Browse files
committed
Fix output path
1 parent 8e1c970 commit d514e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,5 @@ jobs:
8282
- name: Run CASE Conversion
8383
run: |
8484
java -jar ./target/case2geo-0.1.0.jar ../../data/geo.json ../../output/java.geojson
85-
cat ../output/java.geojson
85+
cat ../../output/java.geojson
8686
working-directory: ./java/case2geo/

0 commit comments

Comments
 (0)