Skip to content

Commit

Permalink
Try using whildcard to for travis deploy files
Browse files Browse the repository at this point in the history
  • Loading branch information
mariogrip committed Sep 23, 2017
1 parent 86f7a0e commit 30a767b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,12 @@ install:
- npm prune
script:
- npm run dist:$([ "$TRAVIS_OS_NAME" == "linux" ] && echo "linux" || echo "mac")
before_deploy:
- export FILE_TO_UPLOAD=$(ls -1 dist/ubports-installer* | tr '\n' ' ')
deploy:
provider: releases
api_key:
secure: uzaQMgwTnQYUHc48caS4fwBb4jsWV5ZQBel1yuOsP0VChHQD5oUs0L51pORtvKAFLPL2e4YLCodGTsZ5/ii20zvDcAXpMN6RXebruDNVKaLO+Pp80ZlfJJIuK4pI3EAaRxNRB3R4odpYCM1qkG5Y2SM0IG7zLAripSJqyanSD9bCQXwWiAsMoufe9HXyAScM+iAbDWMxCdkWrN9qNmyxF1CQUhhDrdykgJNwx4VQheub+YIWdJF7g3YPerres3+QYl2OHLi/ExJJ1NCxij0E7GB2OnRPUudpyCKyS61lK7fC5dslqEncDTKBUq3c71Dyuy5gKavUd0iUDg4y48AhUe7A3gxcrKdvqNBGXUCAXEx0KY+7CO3rVCFJSheisAWxqLgh7BjoOFNTpFOFqPE5+5cEbm78nqVynoYmB5/kziEq4BKQVUGgsbTRbOODw9v78RtoZGG9NIbiiIocAmsfZD2lMK7h6+w8wnG7RmQesAcqG4x6vS6OMgsvOLi9yNtxh6/ks0OAM35NQQkv5yjxrJfGyXPLzf+OJ1exvrgwdcyMoLwVv3bM51VMDPVscfOctVcrvEa0X0AU8VCpSDUb8DYYnKBPTe0UW/tRzDPdCoBf8lzC/TK2CxGBJSG8kQL/DH6RiJ+SIT+cRwD0oXnMIU8KdRnAzzSH0Z68TgtuELk=
file_glob: true
file: "${FILE_TO_UPLOAD}"
file: dist/ubports-installer*
skip_cleanup: true
overwrite: true
on:
Expand Down

0 comments on commit 30a767b

Please sign in to comment.