don't release bbk yet
This commit is contained in:
parent
fa8eb1af2b
commit
87c0cfba34
1 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
rm -rf /tmp/release
|
rm -rf /tmp/release
|
||||||
mkdir -p /tmp/release
|
mkdir -p /tmp/release
|
||||||
cp bb /tmp/release
|
cp bb /tmp/release
|
||||||
cp src-bash/bbk /tmp/release
|
# cp src-bash/bbk /tmp/release
|
||||||
|
|
||||||
VERSION=$(cat resources/BABASHKA_VERSION)
|
VERSION=$(cat resources/BABASHKA_VERSION)
|
||||||
|
|
||||||
|
|
@ -11,8 +11,8 @@ cd /tmp/release
|
||||||
|
|
||||||
## release binary as zip archive
|
## release binary as zip archive
|
||||||
|
|
||||||
zip "babashka-$VERSION-$BABASHKA_PLATFORM-amd64.zip" bb bbk
|
zip "babashka-$VERSION-$BABASHKA_PLATFORM-amd64.zip" bb # bbk
|
||||||
|
|
||||||
## cleanup
|
## cleanup
|
||||||
|
|
||||||
rm bb bbk
|
rm bb # bbk
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue