From a1a448c5d2a046983498c3835275e9dc406ac03b Mon Sep 17 00:00:00 2001 From: rendianmeng Date: Fri, 24 Jul 2026 10:35:46 +0800 Subject: [PATCH] fix(release): fix binary CI publish and clarify release modules Stabilize Bun compile on 1.2.19, align manifests with OSS consumers, and split gh / webhook / mode helpers out of binary-release. --- tools/release/lib/binary-release.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/release/lib/binary-release.mjs b/tools/release/lib/binary-release.mjs index 624523a..84304ef 100644 --- a/tools/release/lib/binary-release.mjs +++ b/tools/release/lib/binary-release.mjs @@ -91,7 +91,7 @@ function uploadChannel({ dir, version, channel, files, dryRun }) { title: `channel: ${channel}`, prerelease: true, notes: `Rolling manifest for the \`${channel}\` channel. Latest beta: ${version}.`, - assets: [join(dir, `${channel}.json`)], + assets: [join(dir, manifestFileName("channel", channel))], dryRun, }); }