I’m trying to build the bin files using Github Actions and attache them to a release. The building works fine now. Next up downloading the artifacts… I get this output:
RAM: [=== ] 31.1% (used 101928 bytes from 327680 bytes)
Flash: [========= ] 85.9% (used 1238530 bytes from 1441792 bytes)
Building .pio/build/MCU4M-PROD/firmware.bin
esptool.py v3.1
Merged 1 ELF section
======================== [SUCCESS] Took 106.34 seconds ========================
Environment Status Duration
------------- -------- ------------
MCU4M-PROD SUCCESS 00:01:46.336
========================= 1 succeeded in 00:01:46.336 =========================
0s
Run actions/download-artifact@v3
with:
path: .pio/build/MCU4M-PROD/
name: firmware.bin
env:
pythonLocation: /opt/hostedtoolcache/Python/3.9.16/x64
PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.16/x64/lib/pkgconfig
Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.16/x64
Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.16/x64
Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.16/x64
LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.16/x64/lib
Starting download for firmware.bin
Error: Unable to find any artifacts for the associated workflow
Does anyone have an idea where those files are saved.