Skip to content

Commit 20ffeb8

Browse files
committed
Fix CI artifact for client test
1 parent 4fa8417 commit 20ffeb8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ jobs:
4242
with:
4343
name: generated-sources
4444
path: |
45-
it/java17/target/generated-sources
45+
./it/java8/target/generated-sources
46+
./it/java17/target/generated-sources
4647
if-no-files-found: error
4748
- name: Upload jars
4849
uses: actions/upload-artifact@v4
@@ -90,7 +91,7 @@ jobs:
9091
- uses: actions/download-artifact@v4
9192
with:
9293
name: generated-sources
93-
path: it/java17/target/generated-sources
94+
path: ./
9495
- name: Display downloaded artifact
9596
run: ls -lhR it/java17/target/generated-sources
9697
- name: Test Typescript

0 commit comments

Comments
 (0)