Skip to content

Commit 850f60e

Browse files
authored
back to correct folder for packing
1 parent e16f1cc commit 850f60e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/archive-build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ cd framework-arduinoespressif32/libraries
6161
rm -rf **/examples
6262
cd ../tools/esp32-arduino-libs
6363
rm -rf **/flags
64-
cd ../../
64+
cd ../../../
6565
# If the framework is needed as tar.gz uncomment next line
6666
# tar --exclude=.* -zcf ../$pio_archive_path framework-arduinoespressif32/
6767
7z a -mx=9 -tzip -xr'!.*' ../$pio_zip_archive_path framework-arduinoespressif32/

0 commit comments

Comments
 (0)