Skip to content

Commit

Permalink
Ensure public-read when uploading insight.phar
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Jun 26, 2024
1 parent eea3887 commit 9347b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/only-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:

- name: Release
run: |
aws s3 cp build/insight.phar s3://get.insight.symfony.com/insight.phar
aws s3 cp build/insight.phar s3://get.insight.symfony.com/insight.phar --acl public-read

0 comments on commit 9347b26

Please sign in to comment.