push artifact to github release

This commit is contained in:
jobevers 2017-02-15 13:17:48 -06:00
parent 6dde280170
commit 333d639822

View file

@ -42,3 +42,15 @@ test: off
artifacts:
- path: dist\*.zip
name: LBRY
deploy:
- provider: GitHub
release: $(APPVEYOR_REPO_TAG_NAME)
description: 'Release'
auth_token:
secure: LiI5jyuHUw6XbH4kC3gP1HX4P/v4rwD/gCNtaFhQu2AvJz1/1wALkp5ECnIxRySN
artifact: LBRY
draft: true
prerelease: true
on:
appveyor_repo_tag: true # deploy on tag push only