From 06eb727daa7e0cb2d3413aeb1d1a9d6a3eba01dc Mon Sep 17 00:00:00 2001 From: Igor Gassmann Date: Thu, 8 Mar 2018 10:45:40 -0500 Subject: [PATCH] Fix path for artifacts uploading --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2afbe30bb..44c2b4eb1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,7 +43,8 @@ branches: - "/^v\\d+\\.\\d+\\.\\d+$/" addons: artifacts: + working_dir: dist paths: - $(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 + - /commit-${TRAVIS_COMMIT:0:7}_build-${TRAVIS_BUILD_NUMBER}_tag-${TRAVIS_TAG} \ No newline at end of file