From 946ea84e6a4e625129f907444b7f6e84862dd9fb Mon Sep 17 00:00:00 2001 From: Kyle Lacy Date: Sat, 30 Dec 2023 14:37:01 -0800 Subject: [PATCH] [WIP] Fix `aws s3` command invocation --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9c7d873..5718247 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -82,8 +82,9 @@ jobs: path: artifacts/brioche - name: Upload to S3 run: | - aws s3 cp -r \ + aws s3 cp \ --endpoint "$S3_ENDPOINT" \ + --recursive \ artifacts/brioche/ \ "s3://brioche-dev-development-content/github.com/brioche-dev/brioche/$GITHUB_SHA/" env: