Build system: Make sure to create release archive in $TRAVIS_BUILD_DIR
This commit is contained in:
parent
46a6ff183d
commit
66bb17a419
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ jobs:
|
||||||
script:
|
script:
|
||||||
- deploy.sh
|
- deploy.sh
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- create-release.sh "pico-release-$TRAVIS_TAG.tar.gz"
|
- create-release.sh "$TRAVIS_BUILD_DIR/pico-release-$TRAVIS_TAG.tar.gz"
|
||||||
deploy:
|
deploy:
|
||||||
provider: releases
|
provider: releases
|
||||||
api_key: ${GITHUB_OAUTH_TOKEN}
|
api_key: ${GITHUB_OAUTH_TOKEN}
|
||||||
|
|
Loading…
Reference in a new issue