diff --git a/.travis.yml b/.travis.yml index e723a675a..abe66f445 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,4 +47,4 @@ addons: paths: - $(git ls-files -o dist/{*.dmg,*.exe,*.deb} | tr "\n" ":") target_paths: - - /app/build-${TRAVIS_BUILD_NUMBER}_commit-${TRAVIS_COMMIT:0:7}$([ ! -z ${TRAVIS_TAG} ] && echo "_tag-${TRAVIS_TAG}") \ No newline at end of file + - /app/build-${TRAVIS_BUILD_NUMBER}_commit-${TRAVIS_COMMIT:0:7}$([ ! -z ${TRAVIS_TAG} ] && echo _tag-${TRAVIS_TAG}) \ No newline at end of file