From 8bb7f39d832ac2de42ce48ebf900563e4533f204 Mon Sep 17 00:00:00 2001 From: Ronny Trommer Date: Mon, 30 Oct 2023 17:22:57 +0100 Subject: [PATCH] fix: Add kar files to artifacts --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index dcfb8b6..362cec4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -66,7 +66,7 @@ jobs: path: ~/junit - store_artifacts: - path: ./plugin/target + path: ./assembly/kar/target destination: target - persist_to_workspace: