Ignore current builds when uploading to github

s3-about
Nick Craig-Wood 2015-11-23 22:41:02 +00:00
parent 6e64a71382
commit beb8098b0a
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`; do
for build in `ls build | grep -v current`; do
echo "Uploading ${build}"
base="${build%.*}"
parts=(${base//-/ })