Skip to content

Commit

Permalink
Fix S3 upload
Browse files Browse the repository at this point in the history
  • Loading branch information
eternaltyro committed Apr 17, 2024
1 parent 2e9f3a1 commit 5a17e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
role-session-name: fAIrGithub

- name: Upload to S3
run: aws s3 cp frontend/build/* s3://${{ vars.FRONTEND_BUCKET }}/
run: ls -lh frontend/build && aws s3 cp frontend/build/ s3://${{ vars.FRONTEND_BUCKET }}/

0 comments on commit 5a17e6c

Please sign in to comment.