Fix java build

This commit is contained in:
Michiel Borkent 2020-01-04 20:07:19 +01:00
parent a14119c5d3
commit a5c2f62d38

View file

@ -52,7 +52,7 @@ jobs:
mkdir -p /tmp/release mkdir -p /tmp/release
lein do clean, uberjar lein do clean, uberjar
VERSION=$(cat resources/BABASHKA_VERSION) 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: - store_artifacts:
path: /tmp/release path: /tmp/release
destination: release destination: release