Change nightly tarball filename

This commit is contained in:
Nabeel Shahzad
2017-12-14 08:05:59 -06:00
parent 0552d6cfee
commit e03d2e449f

View File

@@ -15,7 +15,7 @@ if [ "$TRAVIS" = "true" ]; then
find . -type d -name ".git" | xargs rm -rf
# tar and upload
tar -czf $PKG_NAME.tar.gz -C $TRAVIS_BUILD_DIR/../ phpvms
tar -czf phpvms-7.0.0-$PKG_NAME.tar.gz -C $TRAVIS_BUILD_DIR/../ phpvms
rsync -r --delete-after --quiet $PKG_NAME.tar.gz downloads@phpvms.net:/var/www/downloads/
rm -rf /tmp/out
fi