Skip to content

Commit

Permalink
Fix Travis deploy script, prefix the file with ls
Browse files Browse the repository at this point in the history
  • Loading branch information
aisouard committed Mar 27, 2017
1 parent 5cfd758 commit 9b5dadf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b5dadf

Please sign in to comment.