From 62acf38724db9c78f7e5da6a1ad468ce8795691f Mon Sep 17 00:00:00 2001 From: Giacomo Dematteis Date: Fri, 7 Jun 2024 16:18:30 +0200 Subject: [PATCH] workflow: on_target: fix build New merged.hex path since sysbuild, need fix. Signed-off-by: Giacomo Dematteis --- .github/workflows/on_target.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on_target.yml b/.github/workflows/on_target.yml index d69c12cb..bd633a6f 100644 --- a/.github/workflows/on_target.yml +++ b/.github/workflows/on_target.yml @@ -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