Skip to content

Commit b9cd72c

Browse files
committed
appveyor: fix artifact patterns to upload
1 parent 499c463 commit b9cd72c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ deploy:
4646
- provider: GitHub
4747
auth_token:
4848
secure: F8cldz47mQ0lW3O9uCEneU5LRklWcKw8JbPuh5BDYA2TfyeqC//GO8vl8/wmBy3Z
49-
artifact: /windows\\.*\.zip/, /windows\\.*\.msi/
49+
artifact: Windows Installer, Portable Binary Package
50+
force_update: true
5051
release: $(appveyor_repo_tag_name)
5152
on:
5253
appveyor_repo_tag: true

0 commit comments

Comments
 (0)