Skip to content

Commit

Permalink
Fix releases
Browse files Browse the repository at this point in the history
  • Loading branch information
corollari committed Jun 16, 2019
1 parent e46377c commit ca4a68c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@ deploy:
provider: releases
api_key: $GITHUB_TOKEN
file:
- caou-linux
- caou-macos
- caou-win.exe
- index-*
- pandoc-filter-*
skip_cleanup: true
on:
tags: true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"pkg": "pkg --targets 'node10-linux,node10-macos,node10-win' package.json"
"pkg": "pkg --targets 'node10-linux,node10-macos,node10-win' index.js && pkg --targets 'node10-linux,node10-macos,node10-win' pandoc-filter.js"
},
"bin": {
"caou": "./index.js"
Expand Down

0 comments on commit ca4a68c

Please sign in to comment.