From 4c77f84034ce0831ebb574edc1e727dc0e9799dc Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Thu, 20 Apr 2017 16:18:30 -0700 Subject: [PATCH] travis: artifact upload tweaks. --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a4b258331e..d7aec671db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,9 @@ addons: artifacts: debug: true paths: - - $(ls bin/* | tr "\n" ":") + - $(ls -d1 */* | tr "\n" ":") + target_paths: / + working_dir: bin notifications: webhooks: