Skip to content

Commit 2d77a7c

Browse files
authored
Fix artifact names in CircleCI config
1 parent 96f20ff commit 2d77a7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
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)