Skip to content

Commit 05500e2

Browse files
authored
Fix tar command syntax for archiving framework
1 parent 7460089 commit 05500e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/parallel_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
echo "Warning: coprocessor_fw_version.txt not found"
106106
fi
107107
108-
tar -Jcf framework-arduinoespressif32-${idf_version_string}.tar.xz framework-arduinoespressif32/ --exclude='.*'
108+
tar --exclude=.* -Jcf framework-arduinoespressif32-${idf_version_string}.tar.xz framework-arduinoespressif32/
109109
110110
- name: Set tag name
111111
id: set_tag_name

0 commit comments

Comments
 (0)