From 3c924f10948027ec8b86c52cfe3c7e63efc344c5 Mon Sep 17 00:00:00 2001 From: Derek Bruening Date: Sat, 15 Feb 2020 16:06:46 -0500 Subject: [PATCH] i#2255 Travis pkgs: Deploy .msi and .zip to Github (#2259) Adds a missing artifact entry to deploy the .msi too. Issue: #2255 --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index a7c522851..9bb5f940c 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -109,7 +109,7 @@ deploy: provider: GitHub auth_token: secure: R1N347WZ23p/t8XtU1VK/7zYUzXkKQ8f2HA7PzE6zYVISv2hDJuc3F552bIQZPNE - artifact: DrMem.zip + artifact: DrMem.zip,DrMem.msi draft: false prerelease: false # We want to use the same release as Travis.