archive dist in travis without root dir
This commit is contained in:
parent
d888a2e49e
commit
53d9375284
@ -17,5 +17,5 @@ before_script:
|
||||
- "gem install travis-artifacts"
|
||||
after_success:
|
||||
- "test ${TRAVIS_BRANCH} = master || test ${TRAVIS_BRANCH} = stable &&"
|
||||
- "zip -r ${TRAVIS_BRANCH}.zip dist &&"
|
||||
- "cd dist && zip -X -r ${TRAVIS_BRANCH}.zip . &&"
|
||||
- "travis-artifacts upload --path ${TRAVIS_BRANCH}.zip --target-path build"
|
||||
|
Loading…
Reference in New Issue
Block a user