Fix path parsing error

This commit is contained in:
Igor Gassmann 2018-03-08 11:30:37 -05:00
parent aa11020029
commit ccb12c5b4d

View file

@ -45,8 +45,6 @@ addons:
artifacts: artifacts:
working_dir: dist working_dir: dist
paths: paths:
- $(git ls-files -o *.dmg | tr "\n" ":" | cut -f 1 -d ":") - $(git ls-files -o {*.dmg,*.exe,*.AppImage} | tr '\n' ':')
- $(git ls-files -o *.exe | tr "\n" ":" | cut -f 1 -d ":")
- $(git ls-files -o *.AppImage | tr "\n" ":" | cut -f 1 -d ":")
target_paths: target_paths:
- /commit-${TRAVIS_COMMIT:0:7}_build-${TRAVIS_BUILD_NUMBER}_tag-${TRAVIS_TAG} - /commit-${TRAVIS_COMMIT:0:7}_build-${TRAVIS_BUILD_NUMBER}_tag-${TRAVIS_TAG}