diff --git a/automate.sh b/automate.sh index 9aa23370..d2bbfd61 100644 --- a/automate.sh +++ b/automate.sh @@ -56,6 +56,3 @@ do done caddyext remove hugo - -echo $ReleaseDir -ls $ReleaseDir diff --git a/bintray.json b/bintray.json index edecb519..e80b72c7 100644 --- a/bintray.json +++ b/bintray.json @@ -8,7 +8,7 @@ "name": "latest" }, "files": [{ - "includePattern": "dist/release/(.*)", + "includePattern": "/home/travis/gopath/src/github.com/hacdias/caddy-hugo/Godeps/_workspace:/home/travis/gopath/src/github.com/hacdias/caddy-hugo/dist/release/(.*)", "uploadPattern": "caddy-hugo/$1" }], "publish": true