Skip to content

Commit

Permalink
workflow: on_target: fix build (#150)
Browse files Browse the repository at this point in the history
New merged.hex path since sysbuild, need fix.

Signed-off-by: Giacomo Dematteis <[email protected]>
  • Loading branch information
DematteisGiacomo authored Jun 7, 2024
1 parent d894d92 commit 1d357be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: oob-t91x-hex
path: thingy91x-oob/build/zephyr/merged.hex
path: thingy91x-oob/build/merged.hex

test:
if: github.event.inputs.run_test == 'yes' || github.event.inputs.run_test == '' || github.event.inputs.run_test == null
Expand Down

0 comments on commit 1d357be

Please sign in to comment.