Problem: Travis CI fails to publish a build

Solution: correct a typo in path used to retrieve the build from
This commit is contained in:
Yurii Rashkovskii 2018-06-15 15:53:10 -07:00
parent d7b0f6d0ce
commit da79a4a9c5
No known key found for this signature in database
GPG Key ID: 1D60D7CFD80845FF
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ matrix:
- cd bridge && env BACKTRACE=1 && cargo test && cd ..
- cd integration-tests && env BACKTRACE=1 cargo test -- --test-threads=1 --nocapture && cd ..
- make
- cp target/releases/bridge bridge-linux-x86_64
- cp target/release/bridge bridge-linux-x86_64
before_deploy: git tag `git describe --always --tags`
deploy:
provider: releases