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