Skip to content

Commit a1a448c

Browse files
committed
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.
1 parent 7b949d3 commit a1a448c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/release/lib/binary-release.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ function uploadChannel({ dir, version, channel, files, dryRun }) {
9191
title: `channel: ${channel}`,
9292
prerelease: true,
9393
notes: `Rolling manifest for the \`${channel}\` channel. Latest beta: ${version}.`,
94-
assets: [join(dir, `${channel}.json`)],
94+
assets: [join(dir, manifestFileName("channel", channel))],
9595
dryRun,
9696
});
9797
}

0 commit comments

Comments
 (0)