We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e16f1cc commit 850f60eCopy full SHA for 850f60e
tools/archive-build.sh
@@ -61,7 +61,7 @@ cd framework-arduinoespressif32/libraries
61
rm -rf **/examples
62
cd ../tools/esp32-arduino-libs
63
rm -rf **/flags
64
-cd ../../
+cd ../../../
65
# If the framework is needed as tar.gz uncomment next line
66
# tar --exclude=.* -zcf ../$pio_archive_path framework-arduinoespressif32/
67
7z a -mx=9 -tzip -xr'!.*' ../$pio_zip_archive_path framework-arduinoespressif32/
0 commit comments