From 095df8efd3e3c6d0428bab01e307579435cf3f98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Zemanovi=C4=8D?= Date: Tue, 6 Feb 2024 17:24:18 +0000 Subject: [PATCH] gh/action/triggerable_sync: fix binaries d/l src path --- .github/workflows/triggerable_sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/triggerable_sync.yml b/.github/workflows/triggerable_sync.yml index 785680ed60..6d82cf1406 100644 --- a/.github/workflows/triggerable_sync.yml +++ b/.github/workflows/triggerable_sync.yml @@ -87,7 +87,7 @@ jobs: - name: Download namada release binaries run: | unset AWS_SESSION_TOKEN - aws --endpoint-url $S3_ENDPOINT_URL s3 cp s3://$BUCKET_NAME $ZIP_FILENAME --region $AWS_REGION + aws --endpoint-url $S3_ENDPOINT_URL s3 cp s3://$BUCKET_NAME/$ZIP_FILENAME $ZIP_FILENAME --region $AWS_REGION unzip $ZIP_FILENAME env: BUCKET_NAME: namada-binaries