Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanireland committed May 2, 2024
1 parent ffd1087 commit c146f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
aws-region: us-east-2

- name: Sync directory to S3
run: aws s3 sync ./client/build s3://${{ secrets.AWS_S3_BUCKET }} --delete
run: aws s3 sync ./build s3://${{ secrets.AWS_S3_BUCKET }} --delete

0 comments on commit c146f9a

Please sign in to comment.