Fix package upload (#577)

This commit is contained in:
Semyon Bezrukov
2022-12-01 01:18:26 +03:00
committed by GitHub
parent 626efceaee
commit 41e5f53c45
6 changed files with 8 additions and 8 deletions

View File

@ -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
#