Skip to content

Commit 58abf63

Browse files
committed
ci(travis): Add file globbing to allow multiple files
1 parent 7a4abf6 commit 58abf63

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,12 @@ install:
2222

2323
script:
2424
- bash ./build.sh
25-
26-
before_deploy:
27-
- export FILE_TO_UPLOAD=$(ls dist/* | tr "\n" ":")
2825

2926
deploy:
3027
provider: releases
3128
api_key: "${GITHUB_KEY}"
32-
file: "${FILE_TO_UPLOAD}"
29+
file_glob: true
30+
file: dist/*
3331
skip_cleanup: true
3432
draft: true
3533
on:

0 commit comments

Comments
 (0)