Skip to content

Commit

Permalink
chore(travis): update before_deploy.sh script
Browse files Browse the repository at this point in the history
Update `ci/before_deploy.sh` script to package `assets/` directory and
`colonize.json.example` file along with the output executable.
  • Loading branch information
indiv0 committed May 16, 2016
1 parent 93d8c19 commit e44a9b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/before_deploy.sh
Expand Up @@ -17,6 +17,10 @@ mk_tarball() {
# NOTE All Cargo build artifacts will be under the 'target/$TARGET/{debug,release}'
cp target/$TARGET/release/colonize $td

# Copy project assets to the "staging" directory
cp -R assets/ $td
cp colonize.json.example $td

pushd $td

# release tarball will look like 'rust-everywhere-v1.2.3-x86_64-unknown-linux-gnu.tar.gz'
Expand Down

0 comments on commit e44a9b7

Please sign in to comment.