diff --git a/cmake/bintray_deploy.json.in b/cmake/bintray_deploy.json.in index 37306db7c..66e715c08 100644 --- a/cmake/bintray_deploy.json.in +++ b/cmake/bintray_deploy.json.in @@ -22,7 +22,7 @@ }, "files": [ { "includePattern": "build/(Cockatrice.*\\.deb)", "uploadPattern": "Ubuntu/$ENV{DIST}/$1" }, - { "includePattern": "build/(Cockatrice.*\\.dmg)", "uploadPattern": "MacOSX/$1" } + { "includePattern": "build/(Cockatrice.*\\.dmg)", "uploadPattern": "macOS/$1" } ], "publish": true -} \ No newline at end of file +}