Skip to content

Commit 292f71a

Browse files
committed
For #607. Fix typo
1 parent 80bef15 commit 292f71a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-earthly-gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,14 @@ jobs:
6767
# Save artifacts for build
6868
# See Earthfile that copies these from container to local
6969

70-
# Javadoc HTML and jars
70+
# Javadoc HTML and jars
7171

7272
- name: Save Javadoc HTML for main
7373
uses: actions/upload-artifact@v4
7474
with:
7575
name: javadoc-html-main
7676
if-no-files-found: error
77-
path: build/docs/reports/javadoc/test/
77+
path: build/reports/javadoc/test/
7878

7979
- name: Save Javadoc HTML Jar for main
8080
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)