Upload all the .dep assets

This commit is contained in:
Peltoche 2018-12-06 23:03:38 +01:00
parent 6be7420e4f
commit 60dad83b6a
No known key found for this signature in database
GPG key ID: CED68D0487156952
2 changed files with 4 additions and 2 deletions

View file

@ -103,7 +103,9 @@ deploy:
# - PROJECT_NAME: name of the project, set on the `env.global` above
# - TRAVIS_TAG: tag name that the build is being deployed for, usually the version number
# - TARGET: target triple of the build
file: "$PROJECT_NAME-$TRAVIS_TAG-$TARGET.*"
file:
- $PROJECT_NAME-$TRAVIS_TAG-$TARGET.*
- $PROJECT_NAME*.deb
# don't delete artifacts from previous stage
skip_cleanup: true
on:

2
Cargo.lock generated
View file

@ -57,7 +57,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "lsd"
version = "0.7.4"
version = "0.7.6"
dependencies = [
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",