Skip to content

Commit ea1f49c

Browse files
committed
fix(release): Remove windows path to libs when releasing
1 parent d026476 commit ea1f49c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/scripts/on-release.sh

+1
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ RVTC_NEW_NAME="esp-rv32"
221221
echo "Generating platform.txt..."
222222
cat "$GITHUB_WORKSPACE/platform.txt" | \
223223
sed "s/version=.*/version=$RELEASE_TAG/g" | \
224+
sed 's/tools\.esp32-arduino-libs\.path\.windows=.*//g' | \
224225
sed 's/{runtime\.platform\.path}.tools.esp32-arduino-libs/\{runtime.tools.esp32-arduino-libs.path\}/g' | \
225226
sed 's/{runtime\.platform\.path}.tools.xtensa-esp-elf-gdb/\{runtime.tools.xtensa-esp-elf-gdb.path\}/g' | \
226227
sed 's/{runtime\.platform\.path}.tools.xtensa-esp32-elf/\{runtime.tools.xtensa-esp32-elf-gcc.path\}/g' | \

0 commit comments

Comments
 (0)