We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c80d7b1 commit d2985ffCopy full SHA for d2985ff
tools/archive-build.sh
@@ -63,4 +63,12 @@ rm -rf **/examples
63
cd ../tools/esp32-arduino-libs
64
rm -rf **/flags
65
cd ../../../
66
+
67
+echo "Listing current directory:"
68
+ls -la
69
+echo "Listing dist directory:"
70
+ls -la dist/ || echo "dist directory not found"
71
+echo "Listing framework-arduinoespressif32 directory:"
72
+ls -la framework-arduinoespressif32/ || echo "framework-arduinoespressif32 directory not found"
73
74
# 7z a -mx=9 -tzip -xr'!.*' ../$pio_zip_archive_path framework-arduinoespressif32/
0 commit comments