adafruit / tinyuf2

UF2 bootloader based on TinyUSB for embedded devices such as ESP32S2, STM32F4 and iMX RT10xx
MIT License
314 stars 172 forks source link

Update GitHub Actions to Upload to Amazon S3 #277

Closed makermelissa closed 1 year ago

makermelissa commented 1 year ago

In order to make the bootloader accessible for ESP32 Devices to the New CircuitPython Installer I'm working on and get around CORS issues, GitHub Actions needs to be updated to upload the release files to Amazon S3 like we do with CircuitPython Libraries and Firmware currently.

This should be fairly easy as we already have it implemented in other repos.

hathach commented 1 year ago

implemented by #278