emfcamp / TiDAL-Firmware

26 stars 14 forks source link

Add release action including micropython.bin #34

Closed MatthewWilkes closed 2 years ago

MatthewWilkes commented 2 years ago

This is to support OTA, but we'd only really want to build OTAs from tags, so this is more proof that it works. We can change the triggers later.

tomsci commented 2 years ago

In theory we'd just need to update IMAGE_URL here https://github.com/emfcamp/TiDAL-Firmware/blob/9cd1e6b3e03cb7a567df9e65d6f0ce9a81908df0/drivers/ota/ota.c#L10 to point to whatever the releases URL is

MatthewWilkes commented 2 years ago

@tomsci So long as we use vx.y.z as our tag format this should work. Wanna review?

tomsci commented 2 years ago

Yep looks good