Skip to content

Commit 3b59a57

Browse files
committed
[ci] fix yaml lint issue
1 parent d7ed8cb commit 3b59a57

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ deploy:
2525
tags: true
2626

2727
addons:
28-
artifacts: true
28+
artifacts:
29+
#
2930
paths:
30-
- $ARTIFACT_NAME
31+
- $(ls *.zip | tr "\n" ":")
3132

3233
notifications:
3334
email:

0 commit comments

Comments
 (0)