Skip to content

Commit

Permalink
appveyor: fix artifact patterns to upload
Browse files Browse the repository at this point in the history
  • Loading branch information
msakai committed Feb 16, 2018
1 parent 499c463 commit b9cd72c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ deploy:
- provider: GitHub
auth_token:
secure: F8cldz47mQ0lW3O9uCEneU5LRklWcKw8JbPuh5BDYA2TfyeqC//GO8vl8/wmBy3Z
artifact: /windows\\.*\.zip/, /windows\\.*\.msi/
artifact: Windows Installer, Portable Binary Package
force_update: true
release: $(appveyor_repo_tag_name)
on:
appveyor_repo_tag: true

0 comments on commit b9cd72c

Please sign in to comment.