Skip to content

Commit d2985ff

Browse files
authored
Update archive-build.sh
1 parent c80d7b1 commit d2985ff

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tools/archive-build.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,12 @@ rm -rf **/examples
6363
cd ../tools/esp32-arduino-libs
6464
rm -rf **/flags
6565
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+
6674
# 7z a -mx=9 -tzip -xr'!.*' ../$pio_zip_archive_path framework-arduinoespressif32/

0 commit comments

Comments
 (0)