Skip to content

Commit

Permalink
[ci] fix deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
lotabout committed Apr 9, 2018
1 parent df850a3 commit 45bcd1d
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 @@ -23,7 +23,7 @@ main() {
cp target/$TARGET/release/rargs $stage/

cd $stage
tar czf $src/$CRATE_NAME-$TRAVIS_TAG-$TARGET.tar.gz *
tar czf $src/$PROJECT_NAME-$TRAVIS_TAG-$TARGET.tar.gz *
cd $src

rm -rf $stage
Expand Down

0 comments on commit 45bcd1d

Please sign in to comment.