Skip to content

Commit 02a0f74

Browse files
committed
Fix artifact names in CircleCI config
1 parent c3ebfd9 commit 02a0f74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
path: ~/test-results
3232

3333
- store_artifacts:
34-
path: core/target/openapi-diff-*-SNAPSHOT.jar
34+
path: core/target/core-*-SNAPSHOT.jar
3535
- store_artifacts:
36-
path: cli/target/openapi-diff-*-SNAPSHOT.jar
36+
path: cli/target/cli-*-SNAPSHOT.jar

0 commit comments

Comments
 (0)