travis: use export with upload description env

This commit is contained in:
itsmattkc
2020-01-26 12:49:33 +11:00
parent 8c0dfb6875
commit e39e1002f7
+1 -1
View File
@@ -16,7 +16,7 @@ if [ "$TRAVIS_TAG" != "" ] || [ "$REMOTE" == "$LOCAL" ]
then
echo "[INFO] Still current. Uploading..."
UPLOADTOOL_BODY=$(cat release.txt)
export UPLOADTOOL_BODY=$(cat release.txt)
# Retrieve upload tool
wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh