From 095d2b61a86172065cf623efb2f7d2501ab8200e Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Wed, 2 Mar 2016 22:44:21 +0000 Subject: [PATCH] Update bintray.json --- dist/bintray.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/bintray.json b/dist/bintray.json index ce2202a0..7ba8e28a 100644 --- a/dist/bintray.json +++ b/dist/bintray.json @@ -8,7 +8,7 @@ "name": "latest" }, "files": [{ - "includePattern": "/home/travis/gopath/src/github.com/hacdias/caddy-hugo/Godeps/_workspace:/home/travis/gopath/src/github.com/hacdias/caddy-hugo/dist/release/(.*)", + "includePattern": "dist/release/(.*)", "uploadPattern": "caddy-hugo/{TIME}/$1" }], "publish": true