We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96f20ff commit 2d77a7cCopy full SHA for 2d77a7c
.circleci/config.yml
@@ -31,6 +31,6 @@ jobs:
31
path: ~/test-results
32
33
- store_artifacts:
34
- path: core/target/openapi-diff-*-SNAPSHOT.jar
+ path: core/target/core-*-SNAPSHOT.jar
35
36
- path: cli/target/openapi-diff-*-SNAPSHOT.jar
+ path: cli/target/cli-*-SNAPSHOT.jar
0 commit comments