Skip to content

Commit

Permalink
fix: artifacts.yml action
Browse files Browse the repository at this point in the history
  • Loading branch information
mrekucci committed Aug 1, 2024
1 parent 11e33f9 commit 0d9cb16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:

- name: Upload Artifacts to AWS S3
run: |
aws s3 cp ./dist/ s3://${{ secrets.AWS_S3_BUCKET }} \
aws s3 cp /tmp/dist/ s3://${{ secrets.AWS_S3_BUCKET }} \
--recursive \
--exclude "*" \
--include "*.gz" \
Expand Down

0 comments on commit 0d9cb16

Please sign in to comment.