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

another attempt to fix deploy

This commit is contained in:
Andrew Gallant 2016-11-20 16:57:20 -05:00
parent feda38852e
commit 8d5906d7fc

View File

@ -17,12 +17,12 @@ mk_tarball() {
local name="${PROJECT_NAME}-${TRAVIS_TAG}-${TARGET}"
mkdir "$td/$name"
ls -l --recursive target/$TARGET/release
ls -l --recursive target/
cp target/$TARGET/release/rg "$td/$name/"
cp {doc/rg.1,README.md,UNLICENSE,COPYING,LICENSE-MIT} "$td/$name/"
cp target/$TARGET/release/build/ripgrep-*/out/rg.* "$td/$name/"
cp target/$TARGET/release/build/ripgrep-*/out/_rg.* "$td/$name/"
cp target/release/build/ripgrep-*/out/rg.* "$td/$name/"
cp target/release/build/ripgrep-*/out/_rg.* "$td/$name/"
pushd $td
tar czf "$out_dir/$name.tar.gz" *