mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-01-03 05:10:12 +02:00
fix deploy
This commit is contained in:
parent
59187902d0
commit
feda38852e
@ -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/"
|
||||
|
Loading…
Reference in New Issue
Block a user