Update action.yml
This commit is contained in:
parent
7c3fd20b4f
commit
8934825498
10
action.yml
10
action.yml
@ -1,4 +1,4 @@
|
|||||||
name: 'NRF Connect SDK'
|
name: 'NRF Connect SDK (nrfutil based)'
|
||||||
description: 'Building nrf connect sdk projects'
|
description: 'Building nrf connect sdk projects'
|
||||||
inputs:
|
inputs:
|
||||||
board: # id of input
|
board: # id of input
|
||||||
@ -14,4 +14,10 @@ runs:
|
|||||||
args:
|
args:
|
||||||
- west
|
- west
|
||||||
- build
|
- build
|
||||||
- --board nrf52833dk_nrf52833
|
- --build-dir
|
||||||
|
- ${{ inputs.build_dir }}
|
||||||
|
- .
|
||||||
|
- --pristine
|
||||||
|
- --no-sysbuild
|
||||||
|
- --board
|
||||||
|
- ${{ inputs.board }}
|
||||||
|
Loading…
Reference in New Issue
Block a user