Skip to content

Commit 4c77f84

Browse files
committed
travis: artifact upload tweaks.
1 parent f66fcbf commit 4c77f84

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ addons:
1111
artifacts:
1212
debug: true
1313
paths:
14-
- $(ls bin/* | tr "\n" ":")
14+
- $(ls -d1 */* | tr "\n" ":")
15+
target_paths: /
16+
working_dir: bin
1517

1618
notifications:
1719
webhooks:

0 commit comments

Comments
 (0)