Skip to content

Commit 7460089

Browse files
authored
Fix tar command syntax for archiving
1 parent 181ce46 commit 7460089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/archive-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ cd ../../../
6767

6868
if [[ -z "$GITHUB_ACTIONS" ]]; then
6969
echo "Creating PlatformIO Tasmota framework-arduinoespressif32"
70-
tar -Jcf ../$pio_archive_path framework-arduinoespressif32/ --exclude='.*'
70+
tar --exclude=.* -Jcf ../$pio_archive_path framework-arduinoespressif32/
7171
fi

0 commit comments

Comments
 (0)