ci: pin P4 webflash to IDF Python

This commit is contained in:
Trail Mate Dev
2026-07-30 01:37:17 +08:00
parent 60b6bb9ff8
commit 31e8caa168
+1 -1
View File
@@ -370,7 +370,7 @@ jobs:
BUILD_DIR="build.${{ matrix.env }}"
cp "${BUILD_DIR}/trail-mate.bin" \
"dist/trail-mate-${{ matrix.env }}-v${{ steps.version.outputs.version }}.bin"
"${IDF_PYTHON_ENV_PATH}/bin/python" scripts/prepare_webflash_release.py \
/opt/esp/python_env/idf5.5_py3.12_env/bin/python scripts/prepare_webflash_release.py \
--env "${{ matrix.env }}" \
--build-root . \
--dist dist