Add file_glob option in travis.yml

pull/157/head v1.0.0-beta.3
johnniang 2019-05-10 22:02:25 +08:00 committed by John Niang
parent eb05570a87
commit 9891bdb80c
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ jobs:
deploy:
provider: releases
api_key: $GITHUB_OAUTH_TOKEN
file_glob: true
file: $TRAVIS_BUILD_DIR/build/libs/*
skip_cleanup: true
on: