Is anybody using Github workflows to automate PlatformIO builds? Any workflow templates to share?
There are a few examples in the documentation - See GitHub Actions — PlatformIO latest documentation
Thanks! I was looking for workflows versus actions. The project builds fine but I can’t figure out where the artifacts end up. I am looking for the .hex file. Also, there is a post build script to convert .hex to .bin and I can’t find the .bin file.
The repo is public GitHub - chriskinal/AiO_GUI
You can upload the resulting firmware to the artifacts.
See the last two steps here Copy bin/hex post build to another dir for github sync - #2 by sivar2311
1 Like
Check my blog posts on piolabs : PlatformIO Innovations | PlatformIO Labs
1 Like