Skip to content

Commit ca91076

Browse files
committed
For #457. Earthfile cares about trailing slash?
1 parent 5b9476c commit ca91076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ run-with-gradle:
1919

2020
# For CI so that GitHub can copy artifacts
2121
# Coverage reports
22-
SAVE ARTIFACT --keep-ts build/reports/jacoco/test AS LOCAL build/reports/jacoco/test
22+
SAVE ARTIFACT --keep-ts build/reports/jacoco/test/ AS LOCAL build/reports/jacoco/test/
2323
# Javadocs and jars
2424
SAVE ARTIFACT --keep-ts build/libs/modern-java-practices-0-javadoc.jar
2525
SAVE ARTIFACT --keep-ts build/docs/javadoc/ AS LOCAL build/docs/javadoc/

0 commit comments

Comments
 (0)