use specific build directory for the target
This commit is contained in:
parent
399afa8828
commit
75cff42a84
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -49,7 +49,7 @@ jobs:
|
|||
target: ${{ env.TARGET }}
|
||||
path: '.'
|
||||
command: |
|
||||
idf.py build &&
|
||||
idf.py -B build.${{ matrix.board }} build &&
|
||||
cd build.${{ matrix.board }} &&
|
||||
esptool.py --chip ${{ env.TARGET }} merge_bin -o ${{ github.event.inputs.prefix }}-${{ matrix.board }}.bin "@flash_args"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue