ArminJo/arduino-test-compile

Save binary

Closed this issue · 1 comments

Thnx for this awesome action.
I'm wondering if it's possible to generate and keep the compiled binary as well.
I would like to save it using github artifact and use that binary on a release (working on OTA that will fetch the binary from my release page).

The generated .bin and .elf files should be found in the example directory or in /home/runner/<sketch-name> for files not residing in a directory with the same name, but I have to verify this...