From c9058963d62b8f1aa623d71445a636f30d4eceeb Mon Sep 17 00:00:00 2001 From: Fabio Niephaus Date: Fri, 26 Jan 2018 00:41:49 +0100 Subject: [PATCH] Update bintray.json --- deploy/bintray.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/bintray.json b/deploy/bintray.json index 03ffa18e4d..52ccf92350 100644 --- a/deploy/bintray.json +++ b/deploy/bintray.json @@ -9,7 +9,7 @@ "desc": "Automatic build" }, "files": [ - {"includePattern": "../products/(cog_.*\\.(?:gz|zip|dmg))", "uploadPattern": "$1"} + {"includePattern": "../products/((newspeak|pharo|squeak).*\\.(?:gz|zip|dmg))", "uploadPattern": "$1"} ], "publish": true }