Merge pull request #108 from jbw976/stop-overwrite

build: use a subfolder in the releases S3 bucket
This commit is contained in:
Jared Watts 2025-05-07 18:13:00 +01:00 committed by GitHub
commit 3ad1f97263
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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