mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
Ignore current builds when uploading to github
This commit is contained in:
parent
6e64a71382
commit
beb8098b0a
@ -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//-/ })
|
||||
|
Loading…
Reference in New Issue
Block a user