Skip to content

Commit 42d83b0

Browse files
committed
WIP
1 parent 432514b commit 42d83b0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/qchatbuild.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,8 @@ def build(
398398
run_lints: bool = True,
399399
run_test: bool = True,
400400
):
401+
BUILD_DIR.mkdir(exist_ok=True)
402+
401403
if signing_bucket and aws_account_id and aws_region and apple_id_secret and signing_role_name:
402404
signing_data = CdSigningData(
403405
bucket_name=signing_bucket,

0 commit comments

Comments
 (0)