diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 69203cfa3..caac0f11c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,4 +21,8 @@ jobs: runCmd: rake test - uses: devcontainers/ci@a56d055efecd725e8cfe370543b6071b79989cc8 # v0.3 with: - runCmd: rake build \ No newline at end of file + runCmd: rake build + - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + with: + name: firmware-factory.bin + path: .esphome/build/childrensclock/.pioenvs/childrensclock/firmware-factory.bin \ No newline at end of file