Fix Travis deploy script, prefix the file with ls

This commit is contained in:
Axel Isouard 2017-03-27 22:59:03 +02:00
parent 5cfd7585f8
commit 9b5dadf807
No known key found for this signature in database
GPG key ID: 4E64BB3EAAF31C29

View file

@ -69,7 +69,7 @@ script:
- make -j 4 package
before_deploy:
- export TRAVIS_ARTIFACTS=$(libwebrtc-*.tar.gz)
- export TRAVIS_ARTIFACTS=$(ls libwebrtc-*.tar.gz)
deploy:
provider: releases