ci: more fixes

This commit is contained in:
mahee96
2026-02-24 10:04:22 +05:30
parent aa224f68c7
commit f0da9cf8aa
2 changed files with 4 additions and 4 deletions

View File

@@ -13,9 +13,9 @@ jobs:
build:
runs-on: macos-26
env:
REF_NAME: Alpha
RELEASE_NAME: Alpha
CHANNEL: alpha
UPSTREAM_CHANNEL: 'nightly'
UPSTREAM_CHANNEL: "nightly"
steps:
- uses: actions/checkout@v4

View File

@@ -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):