From 4ec758857066e71c35851d777e10e797ebc5ca0a Mon Sep 17 00:00:00 2001 From: Jared Watts Date: Wed, 7 May 2025 13:06:22 +0100 Subject: [PATCH] build: use a subfolder in the releases S3 bucket Signed-off-by: Jared Watts --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e4dfe83..faf07ed 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ PLATFORMS ?= linux_amd64 darwin_amd64 # to run a target until the include commands succeeded. -include build/makelib/common.mk -S3_BUCKET ?= crossplane.releases +S3_BUCKET ?= crossplane.releases/$(PROJECT_NAME) -include build/makelib/output.mk # Set a sane default so that the nprocs calculation below is less noisy on the initial