We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb26906 commit 2bedf4aCopy full SHA for 2bedf4a
tools/archive-build.sh
@@ -20,7 +20,6 @@ if [ -d "out" ]; then
20
rm -rf arduino-esp32/docs
21
cp -Rf /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/components/arduino/tools/sdk arduino-esp32/tools/sdk
22
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
24
mv arduino-esp32/ framework-arduinoespressif32/
25
tar --exclude=.* -zcf ../$pio_archive_path framework-arduinoespressif32/
26
cd ..
0 commit comments