diff --git a/.travis.yml b/.travis.yml index 65c1d914e..169d565f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,4 +47,4 @@ addons: paths: - $(git ls-files -o dist/{*.dmg,*.exe,*.AppImage} | tr "\n" ":") target_paths: - - /app/commit-${TRAVIS_COMMIT:0:7}_build-${TRAVIS_BUILD_NUMBER}_tag-${TRAVIS_TAG} \ No newline at end of file + - /app/commit-${TRAVIS_COMMIT:0:7}_build-${TRAVIS_BUILD_NUMBER}$(if env | grep -q ^TRAVIS_TAG=; then echo _tag-${TRAVIS_TAG}; fi) \ No newline at end of file