Fix java build
This commit is contained in:
parent
a14119c5d3
commit
a5c2f62d38
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue