mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 10:23:16 +08:00
build: ignore testbuilds when uploading to github
This commit is contained in:
parent
d29c545627
commit
71d1890316
|
@ -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//-/ })
|
||||
|
|
Loading…
Reference in New Issue
Block a user