mirror of
https://github.com/ONLYOFFICE/build_tools.git
synced 2026-04-07 14:06:31 +08:00
Fix package build (#509)
This commit is contained in:
@ -18,7 +18,7 @@ def make():
|
||||
utils.log("Unsupported host OS")
|
||||
return
|
||||
|
||||
def aws_s3_upload(local, key, ptype = None):
|
||||
def aws_s3_upload(local, key, ptype=None):
|
||||
if common.os_family == "windows":
|
||||
rc = utils.cmd(
|
||||
"aws", "s3", "cp", "--acl", "public-read", "--no-progress",
|
||||
|
||||
Reference in New Issue
Block a user