From b280ff12c14936a338feb4d0b870c38fdbd09644 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20H=C3=B6rtenhuber?= Date: Tue, 11 Feb 2025 15:16:18 +0100 Subject: [PATCH] fix aws command --- .github/workflows/backups.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backups.yml b/.github/workflows/backups.yml index 2495017..7e9c446 100644 --- a/.github/workflows/backups.yml +++ b/.github/workflows/backups.yml @@ -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 }}"