We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 347e3f3 commit 2290c0fCopy full SHA for 2290c0f
.github/workflows/build.yml
@@ -175,7 +175,7 @@ jobs:
175
name: ${{ matrix.board }}
176
path: bin/${{ matrix.board }}
177
- name: Upload to S3
178
- run: aws s3 cp bin s3://adafruit-circuit-python/ --recursive --dryrun --no-progress --region us-east-1
+ run: aws s3 cp bin/ s3://adafruit-circuit-python/bin/ --recursive --dryrun --no-progress --region us-east-1
179
env:
180
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
181
aws_secret_access_key: ${{ secrets. AWS_SECRET_ACCESS_KEY }}
0 commit comments