From 2762226cc72b958efbaf27a96b9d24d71d9faa9a Mon Sep 17 00:00:00 2001 From: jonecon Date: Tue, 23 Apr 2024 14:18:15 +1200 Subject: [PATCH] revert back to old command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index efc0f18..748a141 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ WINDOWSx64 := "s72-web/kibble/$(VERSION)/kibble_$(VERSION)_windows_64-bit.zip" WINDOWSarm64 := "s72-web/kibble/$(VERSION)/kibble_$(VERSION)_windows_arm64-bit.zip" release: - cd kibble && AWS_PROFILE=shift72a goreleaser --clean + cd kibble && AWS_PROFILE=shift72a goreleaser --rm-dist echo "setting acls for the released versions" aws s3api put-object-acl --bucket shift72-sites --key $(DARWINx64) --acl public-read --profile shift72a