Skip to content

Commit 0c4e6b3

Browse files
committed
Fix windows package again
1 parent f4c2e3d commit 0c4e6b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ cd distrib
3131
for folder in "${target_folders[@]}"
3232
do
3333
cd $folder
34-
if [[ $folder == "windows*" ]]; then
35-
zip -r ../arduinoOTA-$VERSION-windows.zip bin/
34+
if [[ $folder == "windows_386" ]]; then
35+
zip -r ../arduinoOTA-$VERSION-$folder.zip bin/
3636
else
3737
tar cjf ../arduinoOTA-$VERSION-$folder.tar.bz2 bin/
3838
fi

0 commit comments

Comments
 (0)