diff --git a/.github/workflows/esp32_build.yml b/.github/workflows/esp32_build.yml index b564396..55013cc 100644 --- a/.github/workflows/esp32_build.yml +++ b/.github/workflows/esp32_build.yml @@ -22,3 +22,10 @@ jobs: - name: Build bare metal run: platformio run + + - name: Archive production artifacts + uses: actions/upload-artifact@v3 + with: + name: dist-firmware + path: | + .pio/build/**/*.bin