1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-01-03 05:10:12 +02:00

fix deploy

This commit is contained in:
Andrew Gallant 2016-11-20 16:40:42 -05:00
parent 59187902d0
commit feda38852e

View File

@ -17,7 +17,7 @@ mk_tarball() {
local name="${PROJECT_NAME}-${TRAVIS_TAG}-${TARGET}"
mkdir "$td/$name"
tree target/$TARGET/release
ls -l --recursive target/$TARGET/release
cp target/$TARGET/release/rg "$td/$name/"
cp {doc/rg.1,README.md,UNLICENSE,COPYING,LICENSE-MIT} "$td/$name/"