Skip to content

Commit

Permalink
Update arg format for --acl
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmcarthur committed Dec 13, 2023
1 parent 26d9b98 commit fca5a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/signbank-database-extract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
SIGNBANK_WEB_READY_TAG_ID: ${{ vars.SIGNBANK_WEB_READY_TAG_ID }}
- name: Upload nzsl.db to S3
run: |
aws s3 cp ./nzsl.db s3://${{ secrets.AWS_S3_BUCKET_NAME }}/${{ secrets.AWS_S3_DEPLOYMENT_PATH }}/nzsl.db --acl=${{ secrets.AWS_S3_DEPLOYMENT_ACL }}}
aws s3 cp ./nzsl.db s3://${{ secrets.AWS_S3_BUCKET_NAME }}/${{ secrets.AWS_S3_DEPLOYMENT_PATH }}/nzsl.db --acl ${{ secrets.AWS_S3_DEPLOYMENT_ACL }}}
- name: Upload nzsl.db
if: github.event.inputs.environment == 'Production'
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit fca5a69

Please sign in to comment.