File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -126,5 +126,5 @@ jobs:
126126 AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
127127 if : ${{ github.event_name == 'release' }}
128128 run : |
129- [ -z \"$AWS_ACCESS_KEY_ID\" ] || aws s3 cp tinyuf2-${{ matrix.board }}-*.zip s3://adafruit-circuit-python/bootloaders/esp32 --no-progress --region us-east-1
130- [ -z \"$AWS_ACCESS_KEY_ID\" ] || aws s3 cp update-tinyuf2-${{ matrix.board }}-*.uf2 s3://adafruit-circuit-python/bootloaders/esp32 --no-progress --region us-east-1
129+ [ -z \"$AWS_ACCESS_KEY_ID\" ] || aws s3 cp tinyuf2-${{ matrix.board }}-*.zip s3://adafruit-circuit-python/bootloaders/esp32/tinyuf2-${{ matrix.board }}-*.zip --no-progress --region us-east-1
130+ [ -z \"$AWS_ACCESS_KEY_ID\" ] || aws s3 cp update-tinyuf2-${{ matrix.board }}-*.uf2 s3://adafruit-circuit-python/bootloaders/esp32/update-tinyuf2-${{ matrix.board }}-*.uf2 --no-progress --region us-east-1
You can’t perform that action at this time.
0 commit comments