Skip to content

Commit

Permalink
Merge branch 'tomas/trigger-test-sync-5' (#2539)
Browse files Browse the repository at this point in the history
* tomas/trigger-test-sync-5:
  gh/action/triggerable_sync: fix binaries d/l src path
  • Loading branch information
tzemanovic committed Feb 6, 2024
2 parents c0ac8cb + 095df8e commit 37de639
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 37de639

Please sign in to comment.