forked from LBRYCommunity/lbry-sdk
fix for travis buid to put build binary in right place
This commit is contained in:
parent
ffbdf03847
commit
6b3af4bc21
1 changed files with 3 additions and 3 deletions
|
@ -55,7 +55,7 @@ jobs:
|
||||||
paths:
|
paths:
|
||||||
- lbrynet.exe
|
- lbrynet.exe
|
||||||
target_paths:
|
target_paths:
|
||||||
- /daemon/build-${TRAVIS_BUILD_NUMBER}_commit-${TRAVIS_COMMIT:0:7}_branch-${TRAVIS_BRANCH}$([ ! -z ${TRAVIS_TAG} ] && echo _tag-${TRAVIS_TAG})/win
|
- /daemon/build-${TRAVIS_BUILD_NUMBER}_commit-${TRAVIS_COMMIT:0:7}_branch-${TRAVIS_BRANCH}$([ ! -z ${TRAVIS_TAG} ] && echo _tag-${TRAVIS_TAG})/win/
|
||||||
|
|
||||||
- name: "Linux"
|
- name: "Linux"
|
||||||
install:
|
install:
|
||||||
|
@ -72,7 +72,7 @@ jobs:
|
||||||
paths:
|
paths:
|
||||||
- lbrynet
|
- lbrynet
|
||||||
target_paths:
|
target_paths:
|
||||||
- /daemon/build-${TRAVIS_BUILD_NUMBER}_commit-${TRAVIS_COMMIT:0:7}_branch-${TRAVIS_BRANCH}$([ ! -z ${TRAVIS_TAG} ] && echo _tag-${TRAVIS_TAG})/linux
|
- /daemon/build-${TRAVIS_BUILD_NUMBER}_commit-${TRAVIS_COMMIT:0:7}_branch-${TRAVIS_BRANCH}$([ ! -z ${TRAVIS_TAG} ] && echo _tag-${TRAVIS_TAG})/linux/
|
||||||
|
|
||||||
- name: "Mac"
|
- name: "Mac"
|
||||||
os: osx
|
os: osx
|
||||||
|
@ -92,7 +92,7 @@ jobs:
|
||||||
paths:
|
paths:
|
||||||
- lbrynet
|
- lbrynet
|
||||||
target_paths:
|
target_paths:
|
||||||
- /daemon/build-${TRAVIS_BUILD_NUMBER}_commit-${TRAVIS_COMMIT:0:7}_branch-${TRAVIS_BRANCH}$([ ! -z ${TRAVIS_TAG} ] && echo _tag-${TRAVIS_TAG})/mac
|
- /daemon/build-${TRAVIS_BUILD_NUMBER}_commit-${TRAVIS_COMMIT:0:7}_branch-${TRAVIS_BRANCH}$([ ! -z ${TRAVIS_TAG} ] && echo _tag-${TRAVIS_TAG})/mac/
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
|
|
Loading…
Add table
Reference in a new issue