Skip to content

Commit 2290c0f

Browse files
committed
Add bucket prefix
1 parent 347e3f3 commit 2290c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
name: ${{ matrix.board }}
176176
path: bin/${{ matrix.board }}
177177
- name: Upload to S3
178-
run: aws s3 cp bin s3://adafruit-circuit-python/ --recursive --dryrun --no-progress --region us-east-1
178+
run: aws s3 cp bin/ s3://adafruit-circuit-python/bin/ --recursive --dryrun --no-progress --region us-east-1
179179
env:
180180
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
181181
aws_secret_access_key: ${{ secrets. AWS_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)