Build system: Make sure to create release archive in $TRAVIS_BUILD_DIR

This commit is contained in:
Daniel Rudolf 2017-11-05 18:27:43 +01:00
parent 46a6ff183d
commit 66bb17a419
No known key found for this signature in database
GPG key ID: A061F02CD8DE4538

View file

@ -31,7 +31,7 @@ jobs:
script:
- deploy.sh
before_deploy:
- create-release.sh "pico-release-$TRAVIS_TAG.tar.gz"
- create-release.sh "$TRAVIS_BUILD_DIR/pico-release-$TRAVIS_TAG.tar.gz"
deploy:
provider: releases
api_key: ${GITHUB_OAUTH_TOKEN}