diff --git a/Makefile b/Makefile
index 6e8632862..e4c684944 100644
--- a/Makefile
+++ b/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)
diff --git a/docs/layouts/shortcodes/download.html b/docs/layouts/shortcodes/download.html
index 47b57a2e1..7c44c270f 100644
--- a/docs/layouts/shortcodes/download.html
+++ b/docs/layouts/shortcodes/download.html
@@ -1 +1 @@
-
+