Fix artifact uploading in GitHub build-and-upload action
This commit is contained in:
parent
54792ce35f
commit
14399dffb4
1 changed files with 1 additions and 1 deletions
2
.github/actions/build_and_upload/action.yml
vendored
2
.github/actions/build_and_upload/action.yml
vendored
|
|
@ -30,4 +30,4 @@ runs:
|
|||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: sample-binaries
|
||||
path: code/nrf-connect/samples/ble/build/zephyr/${{ inputs.output-bin }}
|
||||
path: ${{ inputs.sample-dir }}/build/zephyr/${{ inputs.output-bin }}
|
||||
Loading…
Add table
Reference in a new issue