Skip to content

Commit

Permalink
i#2255 Travis pkgs: Deploy .msi and .zip to Github (#2259)
Browse files Browse the repository at this point in the history
Adds a missing artifact entry to deploy the .msi too.

Issue: #2255
  • Loading branch information
derekbruening authored Feb 15, 2020
1 parent 8c36c59 commit 3c924f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3c924f1

Please sign in to comment.