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 3305cca commit f4c2e3dCopy full SHA for f4c2e3d
deploy.sh
@@ -31,7 +31,7 @@ cd distrib
31
for folder in "${target_folders[@]}"
32
do
33
cd $folder
34
- if [[ $folder == "windows" ]]; then
+ if [[ $folder == "windows*" ]]; then
35
zip -r ../arduinoOTA-$VERSION-windows.zip bin/
36
else
37
tar cjf ../arduinoOTA-$VERSION-$folder.tar.bz2 bin/
0 commit comments