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:
3
Makefile
3
Makefile
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user