Skip to content

Commit

Permalink
Fix mac builder upload path (#820)
Browse files Browse the repository at this point in the history
  • Loading branch information
heatray authored Jun 3, 2024
1 parent cb0099d commit 684f478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/package_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def make_macos():

if common.deploy and ret:
utils.log_h2("builder deploy")
ret = s3_upload([builder_tar], "builder/mac/")
ret = s3_upload([builder_tar], "builder/mac/generic/")
utils.set_summary("builder deploy", ret)

utils.set_cwd(common.workspace_dir)
Expand Down

0 comments on commit 684f478

Please sign in to comment.