Skip to content

Commit 4ce358f

Browse files
committed
Quickfix #36: correct the release directory
1 parent 8928ac5 commit 4ce358f

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
@@ -18,7 +18,7 @@ deploy:
1818
- provider: releases
1919
api_key: $GH_KEY
2020
file:
21-
- "dist/*.js"
21+
- "demo/dist/*.js"
2222
skip_cleanup: true
2323
on:
2424
tags: true

0 commit comments

Comments
 (0)