We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24eb89d commit 495ee97Copy full SHA for 495ee97
appveyor.yml
@@ -38,3 +38,17 @@ notifications:
38
on_build_success: false
39
on_build_failure: false
40
on_build_status_changed: false
41
+deploy:
42
+#Must provide description else the GitHub API falls over
43
+ description: ''
44
+ provider: GitHub
45
+ auth_token:
46
+ secure: $env:GITHUB_DEPLOY_TOKEN
47
+ artifact: installers\windows\Output\*.exe
48
+ draft: false
49
+ prerelease: false
50
+#Need to update the existing, not overwrite as Travis is also uploading
51
+ force_update: true
52
+ on:
53
+ branch: master
54
+ APPVEYOR_REPO_TAG: true
0 commit comments