From 8c2a3633c1713a64306024da97e39a81862d122a Mon Sep 17 00:00:00 2001 From: sourcepirate Date: Sat, 15 Sep 2018 00:53:21 +0800 Subject: [PATCH] fix(ci/) feat before deploy --- ci/before_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/before_deploy.sh b/ci/before_deploy.sh index bdeaf2e..a352ae1 100755 --- a/ci/before_deploy.sh +++ b/ci/before_deploy.sh @@ -14,7 +14,7 @@ main(){ TERMEX_SYNC="${BIN_DIR}termex_sync" # now tar the package and upload - tar -cvf ${CRATE_NAME}-${os_type}-${TRAVIS_TAG}.tar.gz TERMEX_CLI TERMEX_SYNC + tar -cvf ${CRATE_NAME}-${os_type}-${TRAVIS_TAG}.tar.gz $TERMEX_CLI $TERMEX_SYNC }