From ccb12c5b4d7087263d8d37201c3e784318ed01bf Mon Sep 17 00:00:00 2001 From: Igor Gassmann Date: Thu, 8 Mar 2018 11:30:37 -0500 Subject: [PATCH] Fix path parsing error --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 06ee6f30b..8a1ca39f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,8 +45,6 @@ addons: artifacts: working_dir: dist paths: - - $(git ls-files -o *.dmg | tr "\n" ":" | cut -f 1 -d ":") - - $(git ls-files -o *.exe | tr "\n" ":" | cut -f 1 -d ":") - - $(git ls-files -o *.AppImage | tr "\n" ":" | cut -f 1 -d ":") + - $(git ls-files -o {*.dmg,*.exe,*.AppImage} | tr '\n' ':') target_paths: - /commit-${TRAVIS_COMMIT:0:7}_build-${TRAVIS_BUILD_NUMBER}_tag-${TRAVIS_TAG} \ No newline at end of file