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 181ce46 commit 7460089Copy full SHA for 7460089
tools/archive-build.sh
@@ -67,5 +67,5 @@ cd ../../../
67
68
if [[ -z "$GITHUB_ACTIONS" ]]; then
69
echo "Creating PlatformIO Tasmota framework-arduinoespressif32"
70
- tar -Jcf ../$pio_archive_path framework-arduinoespressif32/ --exclude='.*'
+ tar --exclude=.* -Jcf ../$pio_archive_path framework-arduinoespressif32/
71
fi
0 commit comments