forked from LBRYCommunity/lbry-sdk
try new filename for travis deployment
This commit is contained in:
parent
d1be9e7dc8
commit
7385cb0c89
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ script:
|
|||
|
||||
deploy:
|
||||
provider: releases
|
||||
file: "`python setup.py --name`_`python setup.py -V`_amd64.deb"
|
||||
file: "${TRAVIS_BUILD_DIR}/`python setup.py --name`_`python setup.py -V`_amd64.deb"
|
||||
skip_cleanup: true
|
||||
on:
|
||||
tags: true
|
||||
|
|
Loading…
Reference in a new issue