Skip to content

Commit

Permalink
Merge branch 'fraccaman/ci-here-we-go-again-19'
Browse files Browse the repository at this point in the history
* origin/fraccaman/ci-here-we-go-again-19:
  [ci skip] change cache
  • Loading branch information
Fraccaman committed Oct 4, 2023
2 parents 1df2bc3 + 90b7081 commit 4817efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
run: |
unset AWS_SESSION_TOKEN
aws --endpoint-url $S3_ENDPOINT_URL s3 sync wasm s3://$BUCKET_NAME --acl public-read --exclude "*" --include "*.wasm" --exclude "*/*" --region $AWS_REGION
aws --endpoint-url $S3_ENDPOINT_URL s3 cp wasm/checksums.json s3://$BUCKET_NAME/checksums.${{ github.event.pull_request.number || github.event.pull_request.head.sha || github.sha }}.json --acl public-read --exclude "*" --include "*.wasm" --exclude "*/*" --region $AWS_REGION
aws --endpoint-url $S3_ENDPOINT_URL s3 cp wasm/checksums.json s3://$BUCKET_NAME/checksums.${{ github.event.pull_request.number || github.event.pull_request.head.sha || github.sha }}.json --acl public-read --region $AWS_REGION
env:
BUCKET_NAME: namada-wasm
AWS_REGION: us-east-1
Expand Down

0 comments on commit 4817efe

Please sign in to comment.