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'
|
||||
inputs:
|
||||
board: # id of input
|
||||
@ -14,4 +14,10 @@ runs:
|
||||
args:
|
||||
- west
|
||||
- build
|
||||
- --board nrf52833dk_nrf52833
|
||||
- --build-dir
|
||||
- ${{ inputs.build_dir }}
|
||||
- .
|
||||
- --pristine
|
||||
- --no-sysbuild
|
||||
- --board
|
||||
- ${{ inputs.board }}
|
||||
|
Loading…
Reference in New Issue
Block a user