From 21a0693b790169a3525b51bb854fd302891b7164 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Thu, 17 Jan 2019 15:15:18 +0000 Subject: [PATCH] build: upload circleci builds for the beta release latest too --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e63760528..cfcc48882 100644 --- a/Makefile +++ b/Makefile @@ -188,7 +188,7 @@ endif circleci_upload: ./rclone --config bin/travis.rclone.conf -v copy build/ $(BETA_UPLOAD)/testbuilds ifndef BRANCH_PATH - -#./rclone --config bin/travis.rclone.conf -v copy build/ $(BETA_UPLOAD_ROOT)/testbuilds + ./rclone --config bin/travis.rclone.conf -v copy build/ $(BETA_UPLOAD_ROOT)/test/testbuilds-latest endif @echo Beta release ready at $(BETA_URL)/testbuilds