File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ idf_version_string=${IDF_BRANCH//\//_}"-$IDF_COMMIT"
44
55archive_path=" dist/arduino-esp32-libs-$TARGET -$idf_version_string .tar.gz"
66build_archive_path=" dist/arduino-esp32-build-$TARGET -$idf_version_string .tar.gz"
7- pio_archive_path=" dist/framework-arduinoespressif32-$TARGET -$idf_version_string .tar.gz "
7+ pio_archive_path=" dist/framework-arduinoespressif32-$TARGET -$idf_version_string .tar.xz "
88pio_zip_archive_path=" dist/framework-arduinoespressif32-$TARGET -$idf_version_string .zip"
99
1010mkdir -p dist && rm -rf " $archive_path " " $build_archive_path "
@@ -67,5 +67,5 @@ cd ../../../
6767
6868if [[ -z " $GITHUB_ACTIONS " ]]; then
6969 echo " Creating PlatformIO Tasmota framework-arduinoespressif32"
70- 7z a -mx=9 -tzip -xr ' !.* ' ../ $pio_zip_archive_path framework-arduinoespressif32/
70+ tar --exclude=. * -Jcf ../ $pio_archive_path framework-arduinoespressif32/
7171fi
You can’t perform that action at this time.
0 commit comments