From c226a1e6088be2b29c1958be8959f2c88a82a8a4 Mon Sep 17 00:00:00 2001 From: Igor Gassmann Date: Thu, 15 Mar 2018 19:01:01 -0400 Subject: [PATCH] chore: rename tagged builds destination folder on S3 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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