From 3cd236fcc40fd5ec2e126bfb74a1dfa12942a4e2 Mon Sep 17 00:00:00 2001 From: Sreyas Date: Tue, 14 May 2019 04:56:22 +0000 Subject: [PATCH] ci config fixed --- appveyor.yml | 2 +- bintray.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 83c204d..2b3c954 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -26,7 +26,7 @@ test_script: - make run artifacts: - - path: test-server/plugins/tgconnector.dll + - path: plugins/tgconnector.dll name: tgconnector deploy: diff --git a/bintray.json b/bintray.json index 9334383..3283417 100644 --- a/bintray.json +++ b/bintray.json @@ -9,7 +9,7 @@ }, "files": [ { - "includePattern": "test-server/plugins/tgconnector.so", + "includePattern": "plugins/tgconnector.so", "uploadPattern": "tgconnector.so", "matrixParams": { "override": 1 @@ -18,4 +18,3 @@ ], "publish": true } - \ No newline at end of file