From 87c2406249f56064257dd2d2266c36764161c879 Mon Sep 17 00:00:00 2001 From: Jamie Date: Sun, 13 Mar 2016 22:14:52 +0000 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 4f4404c4a..e6f29dd36 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -14,4 +14,13 @@ after_build: - cmd: >- 7z a PlexRequests.zip %APPVEYOR_BUILD_FOLDER%\PlexRequests.UI\bin\Release\ - appveyor PushArtifact PlexRequests.zip \ No newline at end of file + appveyor PushArtifact PlexRequests.zip + +deploy: +- provider: GitHub + release: PlexRequests $(appveyor_build_version) + auth_token: + secure: jDpp1/WUQl3uN41fNI3VeZoRZbDiDfs3GPQ1v+C5ZNE3cWdnUvuJfCCfUbYUV1Rp + draft: true + on: + branch: master