From 04839a630e329add1062b61d1fd1bb867aa8ecef Mon Sep 17 00:00:00 2001 From: Yuya Ochiai Date: Fri, 17 Jun 2016 23:28:22 +0900 Subject: [PATCH] Deploy windows-installers to draft --- circle/make_draft.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/circle/make_draft.sh b/circle/make_draft.sh index a9a1fe2f..17906e39 100755 --- a/circle/make_draft.sh +++ b/circle/make_draft.sh @@ -54,3 +54,5 @@ deploy linux-ia32 tar.gz deploy linux-x64 tar.gz upload mattermost-desktop-$RELEASE_TAG-linux-i386.deb release/mattermost-desktop-$RELEASE_TAG-i386.deb upload mattermost-desktop-$RELEASE_TAG-linux-amd64.deb release/mattermost-desktop-$RELEASE_TAG-amd64.deb +upload mattermost-setup-$RELEASE_TAG-win32.exe release/windows-installer-ia32/mattermost-setup-ia32.exe +upload mattermost-setup-$RELEASE_TAG-win64.exe release/windows-installer-x64/mattermost-setup-x64.exe