mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-09-01 17:55:13 +00:00
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:
|
deploy:
|
||||||
provider: releases
|
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
|
skip_cleanup: true
|
||||||
on:
|
on:
|
||||||
tags: true
|
tags: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue