push artifact to github release
This commit is contained in:
parent
6dde280170
commit
333d639822
1 changed files with 12 additions and 0 deletions
12
appveyor.yml
12
appveyor.yml
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue