From a5c2f62d386553267e4e67d504571b9670ae69af Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sat, 4 Jan 2020 20:07:19 +0100 Subject: [PATCH] Fix java build --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3cfc1471..03e77c4f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -52,7 +52,7 @@ jobs: mkdir -p /tmp/release lein do clean, uberjar VERSION=$(cat resources/BABASHKA_VERSION) - cp target/babashka-$VERSION-linux-standalone.jar /tmp/release + cp target/babashka-$VERSION-standalone.jar /tmp/release/babashka-$VERSION-linux-standalone.jar - store_artifacts: path: /tmp/release destination: release