Update action.yml

This commit is contained in:
Sergey 2023-09-16 23:29:11 +03:00 committed by GitHub
parent 7c3fd20b4f
commit 8934825498
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}