Skip to content

Commit

Permalink
Remove newline in FILE_TO_UPLOAD
Browse files Browse the repository at this point in the history
  • Loading branch information
mariogrip committed Sep 23, 2017
1 parent 12d1be2 commit 86f7a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ install:
script:
- npm run dist:$([ "$TRAVIS_OS_NAME" == "linux" ] && echo "linux" || echo "mac")
before_deploy:
- export FILE_TO_UPLOAD=$(ls dist/ubports-installer*)
- export FILE_TO_UPLOAD=$(ls -1 dist/ubports-installer* | tr '\n' ' ')
deploy:
provider: releases
api_key:
Expand Down

0 comments on commit 86f7a0e

Please sign in to comment.