From 906eb852fa1342ca6973baf331c316ddbb5d80cc Mon Sep 17 00:00:00 2001 From: Igor Gassmann Date: Thu, 8 Mar 2018 09:29:26 -0500 Subject: [PATCH] chore: indicate paths for build artifacts to Travis --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1e86c783d..a86e18737 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,4 +42,6 @@ branches: except: - "/^v\\d+\\.\\d+\\.\\d+$/" addons: - artifacts: true \ No newline at end of file + artifacts: + paths: + - $(git ls-files -o dist/{*.dmg,*.AppImage,*.exe} | tr "\n" ":") \ No newline at end of file