We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89add57 commit 24cbf60Copy full SHA for 24cbf60
build.sh
@@ -252,8 +252,9 @@ fi
252
253
# Generate PlatformIO framework manifest file
254
rm -rf "$AR_ROOT/package.json"
255
+AR_VERSION=$(jq -c '.version' "$AR_COMPS/arduino/package.json" | tr -d '"')
256
if [ "$BUILD_TYPE" = "all" ]; then
- python3 ./tools/gen_pio_frmwk_manifest.py -o "$AR_ROOT/" -s "$IDF_BRANCH" -c "$IDF_COMMIT"
257
+ python3 ./tools/gen_pio_frmwk_manifest.py -o "$AR_ROOT/" -s "v$AR_VERSION" -c "$IDF_COMMIT"
258
if [ $? -ne 0 ]; then exit 1; fi
259
fi
260
0 commit comments