Skip to content

Commit

Permalink
Add file_glob.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvc94ch committed Jul 23, 2018
1 parent a83467d commit 5db631e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ script:
deploy:
provider: releases
api_key: $GITHUB_RELEASE_TOKEN
file: dist/*.AppImage
file_glob: true
file:
- dist/*.AppImage
skip_cleanup: true
on:
tags: true

0 comments on commit 5db631e

Please sign in to comment.