Skip to content

Commit

Permalink
gh/action/triggerable_sync: fix binaries d/l src path
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Feb 6, 2024
1 parent be14a33 commit 095df8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/triggerable_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 095df8e

Please sign in to comment.