forked from LBRYCommunity/lbry-sdk
travis
This commit is contained in:
parent
dc6d803fed
commit
5813df74a5
1 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@ jobs:
|
|||
artifacts:
|
||||
working_dir: dist
|
||||
paths:
|
||||
- lbrynet-${TRAVIS_TAG}-${OS}.zip
|
||||
- lbrynet-${TRAVIS_TAG:-${TRAVIS_COMMIT:0:7}}-${OS}.zip
|
||||
target_paths:
|
||||
- /daemon/build-${TRAVIS_BUILD_NUMBER}_commit-${TRAVIS_COMMIT:0:7}_branch-${TRAVIS_BRANCH}$([ ! -z ${TRAVIS_TAG} ] && echo _tag-${TRAVIS_TAG})/win/
|
||||
|
||||
|
@ -89,7 +89,7 @@ jobs:
|
|||
artifacts:
|
||||
working_dir: dist
|
||||
paths:
|
||||
- lbrynet-${TRAVIS_TAG}-${OS}.zip
|
||||
- lbrynet-${TRAVIS_TAG:-${TRAVIS_COMMIT:0:7}}-${OS}.zip
|
||||
# artifact uploader thinks lbrynet is a directory, https://github.com/travis-ci/artifacts/issues/78
|
||||
target_paths:
|
||||
- /daemon/build-${TRAVIS_BUILD_NUMBER}_commit-${TRAVIS_COMMIT:0:7}_branch-${TRAVIS_BRANCH}$([ ! -z ${TRAVIS_TAG} ] && echo _tag-${TRAVIS_TAG})/${OS}/lbrynet
|
||||
|
|
Loading…
Add table
Reference in a new issue