build: ignore testbuilds when uploading to github

s3-about
Nick Craig-Wood 2019-02-09 12:22:06 +00:00
parent d29c545627
commit 71d1890316
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ github-release release \
--name "rclone" \
--description "Rclone - rsync for cloud storage. Sync files to and from many cloud storage providers."
for build in `ls build | grep -v current`; do
for build in `ls build | grep -v current | grep -v testbuilds`; do
echo "Uploading ${build}"
base="${build%.*}"
parts=(${base//-/ })