Upload individual asset artifacts
This commit is contained in:
parent
26093848ed
commit
1f70302652
@ -22,5 +22,6 @@ after_success: >
|
||||
test ${TRAVIS_BRANCH} = master ||
|
||||
test ${TRAVIS_BRANCH} = stable &&
|
||||
test ${TRAVIS_PULL_REQUEST} = false &&
|
||||
travis-artifacts upload --path dist --target-path build/${TRAVIS_BRANCH} &&
|
||||
cd dist && zip -x .DS_Store -r leaflet-${TRAVIS_BRANCH}.zip . &&
|
||||
travis-artifacts upload --path leaflet-${TRAVIS_BRANCH}.zip --target-path build
|
||||
|
Loading…
Reference in New Issue
Block a user