Skip to content

Commit

Permalink
ci config fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Sreyas-Sreelal committed May 14, 2019
1 parent 6920555 commit 3cd236f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ test_script:
- make run

artifacts:
- path: test-server/plugins/tgconnector.dll
- path: plugins/tgconnector.dll
name: tgconnector

deploy:
Expand Down
3 changes: 1 addition & 2 deletions bintray.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"files": [
{
"includePattern": "test-server/plugins/tgconnector.so",
"includePattern": "plugins/tgconnector.so",
"uploadPattern": "tgconnector.so",
"matrixParams": {
"override": 1
Expand All @@ -18,4 +18,3 @@
],
"publish": true
}

0 comments on commit 3cd236f

Please sign in to comment.