File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,9 @@ inputs:
23
23
board-variant :
24
24
description : ' Board variant'
25
25
required : true
26
+ chip-variant :
27
+ description : ' Chip variant'
28
+ required : true
26
29
cache-idf :
27
30
description : ' Control esp-idf cache'
28
31
required : false
@@ -124,4 +127,4 @@ runs:
124
127
export MICROPY_GIT_TAG=${{ inputs.mp-ref }}
125
128
export MICROPY_GIT_HASH="$(git -C ${{ github.workspace }}/micropython rev-parse HEAD)"
126
129
source esp-idf/export.sh && make -C $port_dir BOARD=${{ inputs.board }} BOARD_VARIANT=${{ inputs.board-variant }}
127
- packman create_bundle $port_dir/build-${{ matrix.board }}-${{ matrix.board-variant }} ${{ inputs.output-path }}
130
+ packman create_bundle ${{ inputs.chip-variant }} $ port_dir/build-${{ matrix.board }}-${{ matrix.board-variant }} ${{ inputs.output-path }}
You can’t perform that action at this time.
0 commit comments