Skip to content

Commit

Permalink
Travis: overwrite deployment files.
Browse files Browse the repository at this point in the history
  • Loading branch information
rpaulo committed Mar 18, 2018
1 parent d4fc6ad commit 233af64
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .bintray.json
Expand Up @@ -16,11 +16,14 @@
"files":
[
{"includePattern": "src/(.*\\.rpm)",
"uploadPattern": "$1"},
"uploadPattern": "$1",
"matrixParams": {"override": 1}},
{"includePattern": "src/(.*\\.deb)",
"uploadPattern": "$1"},
"uploadPattern": "$1",
"matrixParams": {"override": 1}},
{"includePattern": "src/(.*\\.dmg)",
"uploadPattern": "$1"}
"uploadPattern": "$1",
"matrixParams": {"override": 1}}
],
"publish": true
}
Expand Down

0 comments on commit 233af64

Please sign in to comment.