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.
This commit is contained in:
rendianmeng
2026-07-24 10:35:46 +08:00
parent 7b949d3d3c
commit a1a448c5d2
+1 -1
View File
@@ -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,
});
}