forked from LBRYCommunity/lbry-sdk
trying to release linux and OSX files
This commit is contained in:
parent
b411bb4e85
commit
52625b710b
1 changed files with 3 additions and 1 deletions
|
@ -40,7 +40,9 @@ script:
|
|||
|
||||
deploy:
|
||||
provider: releases
|
||||
file: "${TRAVIS_BUILD_DIR}/`python setup.py --name`_`python setup.py -V`_amd64.deb"
|
||||
file:
|
||||
- "${TRAVIS_BUILD_DIR}/`python setup.py --name`_`python setup.py -V`_amd64.deb"
|
||||
- "${TRAVIS_BUILD_DIR}/packaging/osx/lbry-osx-app/LBRY.app"
|
||||
skip_cleanup: true
|
||||
on:
|
||||
tags: true
|
||||
|
|
Loading…
Reference in a new issue