Skip to content

Commit

Permalink
Fix bucket name
Browse files Browse the repository at this point in the history
  • Loading branch information
edizcelik committed Dec 17, 2021
1 parent 478853d commit 1c84915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-to-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: node build.mjs

- name: Upload to S3 bucket
run: aws s3 sync ./build/ s3://asa-list --delete --acl=public-read
run: aws s3 sync ./build/ s3://asa-icons --delete --acl=public-read

- name: Remove build folder
run: node cleanup.mjs

0 comments on commit 1c84915

Please sign in to comment.