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