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 70b2d5b commit ca84ea8Copy full SHA for ca84ea8
tools/archive-build.sh
@@ -64,4 +64,7 @@ cd ../tools/esp32-arduino-libs
64
rm -rf **/flags
65
cd ../../../
66
67
-# 7z a -mx=9 -tzip -xr'!.*' ../$pio_zip_archive_path framework-arduinoespressif32/
+
68
+if [[ -z "$GITHUB_ACTIONS" ]]; then
69
+ 7z a -mx=9 -tzip -xr'!.*' ../$pio_zip_archive_path framework-arduinoespressif32/
70
+fi
0 commit comments