mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-10-01 07:40:44 +00:00
dummy deployment data
This commit is contained in:
parent
3d4067bd31
commit
a7f332d29d
1 changed files with 14 additions and 0 deletions
|
@ -137,3 +137,17 @@ artifacts:
|
||||||
name: lbry-portable
|
name: lbry-portable
|
||||||
- path: packaging/windows/lbry-win32-app/LBRY-URI.reg
|
- path: packaging/windows/lbry-win32-app/LBRY-URI.reg
|
||||||
name: LBRY-URI
|
name: LBRY-URI
|
||||||
|
|
||||||
|
|
||||||
|
deploy:
|
||||||
|
release: myproduct-v$(appveyor_build_version)
|
||||||
|
description: 'Release description'
|
||||||
|
provider: GitHub
|
||||||
|
auth_token:
|
||||||
|
secure: 28gMVxQkXr2iXP4F+5kVwefUtKCfS1ePZ97PVfaSR8UDupjAvKhSJx862TnEjukb
|
||||||
|
artifact: /.*\.nupkg/ # upload all NuGet packages to release assets
|
||||||
|
draft: false
|
||||||
|
prerelease: true
|
||||||
|
on:
|
||||||
|
branch: master # release from master branch only
|
||||||
|
appveyor_repo_tag: true # deploy on tag push only
|
||||||
|
|
Loading…
Add table
Reference in a new issue