Skip to content

Commit

Permalink
chore: Fix build process artifacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
ext-michal.rogalinski committed Feb 18, 2020
1 parent 0197ade commit 2ec2293
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 @@ -15,7 +15,7 @@ deploy:
- provider: releases
api_key: $GITHUB_TOKEN
file_glob: true
file: "bin/**/*.exe"
file: "bin/**/native/*.exe"
skip_cleanup: true
on:
branch: master

0 comments on commit 2ec2293

Please sign in to comment.