Skip to content

Commit

Permalink
revert back to old command
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonecon committed Apr 23, 2024
1 parent 3bea4bb commit 2762226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2762226

Please sign in to comment.