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