From 42fae569caf0892392e795c752029d34e9bca1b6 Mon Sep 17 00:00:00 2001 From: mahee96 <47920326+mahee96@users.noreply.github.com> Date: Tue, 24 Feb 2026 10:04:22 +0530 Subject: [PATCH] ci: more fixes --- scripts/ci/workflow.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/ci/workflow.py b/scripts/ci/workflow.py index 2b65e3c7..7eb5cb7c 100644 --- a/scripts/ci/workflow.py +++ b/scripts/ci/workflow.py @@ -144,9 +144,9 @@ def get_marketing_version(): def set_marketing_version(qualified): run( - f"sed -E " + f"sed -E -i '' " f"'s/^MARKETING_VERSION = .*/MARKETING_VERSION = {qualified}/' " - f"-i '' {ROOT}/Build.xcconfig" + f"{ROOT}/Build.xcconfig" ) def compute_qualified_version(marketing, build_num, channel, short):