From 8934825498d94fc68977867bddec528db82ae0a9 Mon Sep 17 00:00:00 2001 From: Sergey <61871201+SergeyLadanov@users.noreply.github.com> Date: Sat, 16 Sep 2023 23:29:11 +0300 Subject: [PATCH] Update action.yml --- action.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index ca4b5f6..69f315b 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: 'NRF Connect SDK' +name: 'NRF Connect SDK (nrfutil based)' description: 'Building nrf connect sdk projects' inputs: board: # id of input @@ -13,5 +13,11 @@ runs: image: 'Dockerfile' args: - west - - build - - --board nrf52833dk_nrf52833 + - build + - --build-dir + - ${{ inputs.build_dir }} + - . + - --pristine + - --no-sysbuild + - --board + - ${{ inputs.board }}