mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
Update appveyor.yml
This commit is contained in:
parent
3393811717
commit
87c2406249
1 changed files with 10 additions and 1 deletions
11
appveyor.yml
11
appveyor.yml
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue