From 4cb53869ac612e78a8baa715e2ea69207b001ed5 Mon Sep 17 00:00:00 2001 From: Igor Gassmann Date: Thu, 8 Mar 2018 10:30:57 -0500 Subject: [PATCH] chore: specify destination folder name for artifacts upload --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a86e18737..2afbe30bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,4 +44,6 @@ branches: addons: artifacts: paths: - - $(git ls-files -o dist/{*.dmg,*.AppImage,*.exe} | tr "\n" ":") \ No newline at end of file + - $(git ls-files -o dist/{*.dmg,*.AppImage,*.exe} | tr "\n" ":") + target_paths: + - /commit-${TRAVIS_COMMIT}_build-${TRAVIS_BUILD_NUMBER}_tag-${TRAVIS_TAG} \ No newline at end of file