Skip to content

Commit 2bedf4a

Browse files
authored
Update archive-build.sh
1 parent bb26906 commit 2bedf4a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/archive-build.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ if [ -d "out" ]; then
2020
rm -rf arduino-esp32/docs
2121
cp -Rf /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/components/arduino/tools/sdk arduino-esp32/tools/sdk
2222
cp ../core_version.h arduino-esp32/cores/esp32/core_version.h
23-
cp ../esp32_out.ld arduino-esp32/tools/sdk/esp32s2/ld/esp32_out.ld
2423
mv arduino-esp32/ framework-arduinoespressif32/
2524
tar --exclude=.* -zcf ../$pio_archive_path framework-arduinoespressif32/
2625
cd ..

0 commit comments

Comments
 (0)