Skip to content

Commit 9b5dadf

Browse files
committed
Fix Travis deploy script, prefix the file with ls
1 parent 5cfd758 commit 9b5dadf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ script:
6969
- make -j 4 package
7070

7171
before_deploy:
72-
- export TRAVIS_ARTIFACTS=$(libwebrtc-*.tar.gz)
72+
- export TRAVIS_ARTIFACTS=$(ls libwebrtc-*.tar.gz)
7373

7474
deploy:
7575
provider: releases

0 commit comments

Comments
 (0)