1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-06 02:23:24 +00:00

release: Put the releases into a v1.XX subdirectory

This commit is contained in:
Nick Craig-Wood
2018-03-19 14:20:09 +00:00
parent 26f1c55987
commit 19ca9fb939
2 changed files with 3 additions and 2 deletions

View File

@@ -118,7 +118,8 @@ check_sign:
cd build && gpg --verify SHA256SUMS && gpg --decrypt SHA256SUMS | sha256sum -c
upload:
rclone -v copy build/ memstore:downloads-rclone-org
rclone -v copy --exclude '*current*' build/ memstore:downloads-rclone-org/$(TAG)
rclone -v copy --include '*current*' --include version.txt build/ memstore:downloads-rclone-org
upload_github:
./bin/upload-github $(TAG)