Skip to content

Commit

Permalink
Quickfix #36: correct the release directory
Browse files Browse the repository at this point in the history
  • Loading branch information
c-harding committed Jun 24, 2019
1 parent 8928ac5 commit 4ce358f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ deploy:
- provider: releases
api_key: $GH_KEY
file:
- "dist/*.js"
- "demo/dist/*.js"
skip_cleanup: true
on:
tags: true

0 comments on commit 4ce358f

Please sign in to comment.