Newer
Older

Yassine Doghri
committed
#!/bin/bash

Yassine Doghri
committed
set -e

Yassine Doghri
committed
VERSION=$1

Yassine Doghri
committed
apt-get install zip -y
# create zip and tar.gz packages for release upload
zip -r castopod-$VERSION.zip castopod
tar -zcvf castopod-$VERSION.tar.gz castopod