Skip to content

Commit 495ee97

Browse files
committed
Change: Add deploy to AppVeyor [ci skip]
1 parent 24eb89d commit 495ee97

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

appveyor.yml

+14
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,17 @@ notifications:
3838
on_build_success: false
3939
on_build_failure: false
4040
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

Comments
 (0)