aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis-ci.sh
diff options
context:
space:
mode:
Diffstat (limited to '.travis-ci.sh')
-rw-r--r--.travis-ci.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis-ci.sh b/.travis-ci.sh
index 593b254..a50398b 100644
--- a/.travis-ci.sh
+++ b/.travis-ci.sh
@@ -88,7 +88,7 @@ elif [[ $TASK = 'windows' ]]; then
cp -r ./configs ./deployment/
cd ./deployment
zip -r "./midimonster-$(git describe)-windows.zip" "./"
- rm -v !("*.zip")
+ rm -v !(*.zip)
fi
@@ -107,7 +107,7 @@ if [ "$(git describe)" == "$(git describe --abbrev=0)" ]; then
cp ./backends/*.md ./deployment/docs/
cp -r ./configs ./deployment/
cd ./deployment
- tar czf "midimonster-$(git describe)-linux64.tgz" *
+ tar czf "midimonster-$(git describe)-$TRAVIS_OS_NAME.tgz" *
rm -v !("*.tgz")
fi