summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeltoche <dev@halium.fr>2018-12-06 23:03:38 +0100
committerPeltoche <dev@halium.fr>2018-12-06 23:03:38 +0100
commit60dad83b6ac34eaf0d8fd6ffc2cbbe26a763a5c8 (patch)
treee4a7e9932e518ce2d4c78e174e4427186dd0e62a
parent6be7420e4fc3cba0c492a52ce83449d103576436 (diff)
Upload all the .dep assets
-rw-r--r--.travis.yml4
-rw-r--r--Cargo.lock2
2 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 1a90925..a4a2608 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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:
diff --git a/Cargo.lock b/Cargo.lock
index a874fbe..43d4598 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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)",