Update Mac package name being uploaded

Fixes https://github.com/brave/brave-browser/issues/1129
This commit is contained in:
Matt Bacchi
2018-09-14 13:18:47 -04:00
parent 84a4955696
commit c384805f22
+1 -1
View File
@@ -93,7 +93,7 @@ def yield_brave_packages(dir, channel, version):
for _, _, files in os.walk(dir):
for file in files:
if PLATFORM == 'darwin':
if re.match(r'Brave-Browser-' + channel.capitalize() + r'.*\.dmg$', file):
if re.match(r'Brave Browser ' + channel.capitalize() + r'.*\.dmg$', file):
yield file
elif PLATFORM == 'linux':
if re.match(r'brave-browser-' + channel + '_' + version + r'.*\.deb$', file) \