Skip to content

Commit

Permalink
Test a fix to file upload
Browse files Browse the repository at this point in the history
  • Loading branch information
robertaboukhalil committed Jun 18, 2024
1 parent d15bfe9 commit 8344254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

# Doesn't seem to support sync on .gz/.bcf/.bam files (always deletes and reuploads them)
- name: Upload
run: aws s3 sync --delete ./data/ s3://bio-data-zoo/
run: aws s3 sync ./data/ s3://bio-data-zoo/
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 8344254

Please sign in to comment.