fix path in travis artifacts build
This commit is contained in:
parent
823cd0990e
commit
d888a2e49e
@ -17,5 +17,5 @@ before_script:
|
||||
- "gem install travis-artifacts"
|
||||
after_success:
|
||||
- "test ${TRAVIS_BRANCH} = master || test ${TRAVIS_BRANCH} = stable &&"
|
||||
- "zip -r dist/${TRAVIS_BRANCH}.zip dist &&"
|
||||
- "travis-artifacts upload --path dist/${TRAVIS_BRANCH}.zip --target-path build"
|
||||
- "zip -r ${TRAVIS_BRANCH}.zip dist &&"
|
||||
- "travis-artifacts upload --path ${TRAVIS_BRANCH}.zip --target-path build"
|
||||
|
Loading…
Reference in New Issue
Block a user