Skip to content

Commit

Permalink
[WIP] Fix aws s3 command invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
kylewlacy committed Dec 30, 2023
1 parent df00073 commit 946ea84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 946ea84

Please sign in to comment.