Skip to content

Commit

Permalink
upload firmware artifact bin
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisns committed May 31, 2024
1 parent fbc882c commit 1c3a51c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,8 @@ jobs:
runCmd: rake test
- uses: devcontainers/ci@a56d055efecd725e8cfe370543b6071b79989cc8 # v0.3
with:
runCmd: rake build
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

0 comments on commit 1c3a51c

Please sign in to comment.