mirror of
https://github.com/ONLYOFFICE/build_tools.git
synced 2026-04-07 14:06:31 +08:00
Fix package upload (#577)
This commit is contained in:
@ -34,7 +34,7 @@ def aws_s3_upload(files, key, ptype=None):
|
||||
verbose=True)
|
||||
if rc == 0 and ptype is not None:
|
||||
if key.endswith("/"): key += utils.get_basename(file)
|
||||
utils.add_deploy_data("desktop", ptype, file, key)
|
||||
utils.add_deploy_data("desktop", ptype, file, key, branding.s3_bucket, branding.s3_region)
|
||||
return rc
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user