Skip to content

Commit

Permalink
fix aws command
Browse files Browse the repository at this point in the history
  • Loading branch information
mashehu authored Feb 11, 2025
1 parent 4e6f724 commit b280ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ jobs:

- name: Upload repository to S3
run: |
aws s3 cp "${{ steps.make-tarball.outputs.TARBALL_FILENAME }}" "s3express://nf-core-repos-backup--euw1-az1--x-s3/${{ steps.make-tarball.outputs.TARBALL_FILENAME }}"
aws s3 cp "${{ steps.make-tarball.outputs.TARBALL_FILENAME }}" "s3://nf-core-repos-backup--euw1-az1--x-s3/${{ steps.make-tarball.outputs.TARBALL_FILENAME }}"

0 comments on commit b280ff1

Please sign in to comment.