Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vChavezB committed Apr 12, 2024
1 parent 52de0d8 commit 14203cb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ jobs:
run: |
west build $GITHUB_WORKSPACE/test/renode/uptime_central -b $BOARD --build-dir $GITHUB_WORKSPACE/build_central
- name : Upload Firmware
uses: actions/upload-artifact@v4
with:
path: |
build_uptime/zephyr/zephyr.elf
build_central/zephyr/zephyr.elf

0 comments on commit 14203cb

Please sign in to comment.