chore(travis): fix package name

This commit is contained in:
Soonho Kong 2013-12-26 02:34:22 -05:00
parent 06899d02c0
commit 558c07738c

View file

@ -308,7 +308,7 @@ after_script:
fi;
mkdir ${UPLOAD_DIR};
if [[ $LEANREPO == BLESSED && $PACKAGE == TRUE ]]; then
cp -v build/*.zip ${UPLOAD_DIR}/;
cp -v build/lean*.tar.gz ${UPLOAD_DIR}/;
fi
cp -v build/shell/lean ${UPLOAD_DIR}/${BINARY};
tar cvfz ${UPLOAD_DIR}/${ARCHIVE_BINARY}.tar.gz ${UPLOAD_DIR}/${BINARY};