Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie committed Mar 13, 2016
1 parent 3393811 commit 87c2406
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,13 @@ after_build:
- cmd: >-
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

0 comments on commit 87c2406

Please sign in to comment.