Skip to content

Commit

Permalink
AppVeyor testing - Fix artifact filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Kampfkarren committed Jun 18, 2019
1 parent 9b798b7 commit f01f87f
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 @@ -49,7 +49,7 @@ before_deploy:
deploy:
description: 'Automatically deployed release'
# All the zipped artifacts will be deployed
artifact: /.*\.zip/
artifact: /.*\.exe/
auth_token:
secure: IeLPHhC/QZozyx/SYiWH0kjQx871bWW6nLtSY0lVLjP5P2YEdigW5dbcQPSPamDB
provider: GitHub
Expand Down

0 comments on commit f01f87f

Please sign in to comment.