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