Rename -nightly to -master tarball
This commit is contained in:
parent
9ee1106659
commit
ab94b76d00
@ -5,7 +5,7 @@ if [ "$TRAVIS" = "true" ]; then
|
|||||||
if test "$TRAVIS_TAG"; then
|
if test "$TRAVIS_TAG"; then
|
||||||
PKG_NAME=$TRAVIS_TAG
|
PKG_NAME=$TRAVIS_TAG
|
||||||
else
|
else
|
||||||
PKG_NAME=nightly
|
PKG_NAME=master
|
||||||
fi
|
fi
|
||||||
|
|
||||||
TAR_NAME="phpvms-7.0.0-$PKG_NAME.tar.gz"
|
TAR_NAME="phpvms-7.0.0-$PKG_NAME.tar.gz"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user