Skip to content

Commit

Permalink
fix s3 upload
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Apr 23, 2024
1 parent 84151bd commit 0b917f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: unzip acli.phar.zip
- name: Store artifact in S3
run: |
aws s3 cp acli.phar s3://acquia-cli/build/pr/${{ steps.pr.outputs.result }}
aws s3 cp acli.phar s3://acquia-cli/build/pr/${{ steps.pr.outputs.result }}/
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 0b917f2

Please sign in to comment.