mirror of
https://github.com/modelstudioai/cli.git
synced 2026-09-14 19:49:23 +08:00
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:
@@ -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,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user