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"
4
4
5
5
archive_path=" dist/arduino-esp32-libs-$TARGET -$idf_version_string .tar.gz"
6
6
build_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 "
8
8
pio_zip_archive_path=" dist/framework-arduinoespressif32-$TARGET -$idf_version_string .zip"
9
9
10
10
mkdir -p dist && rm -rf " $archive_path " " $build_archive_path "
@@ -67,5 +67,5 @@ cd ../../../
67
67
68
68
if [[ -z " $GITHUB_ACTIONS " ]]; then
69
69
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/
71
71
fi
You can’t perform that action at this time.
0 commit comments