Skip to content

Commit

Permalink
fix(ci/) feat before deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcepirate committed Sep 14, 2018
1 parent 64c4638 commit 8c2a363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/before_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

}

Expand Down

0 comments on commit 8c2a363

Please sign in to comment.