Update appveyor.yml

This commit is contained in:
Jamie 2016-03-13 22:14:52 +00:00
commit 87c2406249

View file

@ -14,4 +14,13 @@ after_build:
- cmd: >- - cmd: >-
7z a PlexRequests.zip %APPVEYOR_BUILD_FOLDER%\PlexRequests.UI\bin\Release\ 7z a PlexRequests.zip %APPVEYOR_BUILD_FOLDER%\PlexRequests.UI\bin\Release\
appveyor PushArtifact PlexRequests.zip appveyor PushArtifact PlexRequests.zip
deploy:
- provider: GitHub
release: PlexRequests $(appveyor_build_version)
auth_token:
secure: jDpp1/WUQl3uN41fNI3VeZoRZbDiDfs3GPQ1v+C5ZNE3cWdnUvuJfCCfUbYUV1Rp
draft: true
on:
branch: master