gsxdsm
71dfd3aeca
FN-7568: rename CLI release binary assets to fn-cli-<platform>
Renames the downloadable GitHub Release CLI binaries so they don't collide with other well-known fn-named tools on a user's PATH; the local dev binary name is unchanged.
- Update binaryNameForTarget in packages/cli/build.ts to emit fn-cli-<suffix> instead of fn-<suffix> (local dev binary stays fn/fn.exe)
- Update release.yml and test-release.yml build matrices to use fn-cli-linux-x64, fn-cli-linux-arm64, fn-cli-darwin-arm64, fn-cli-windows-x64.exe
- Update build-exe-cross, ci-workflow, and package-config tests to assert the new fn-cli-<platform> asset names
- Add changeset documenting the release-asset rename
Files changed:
.changeset/fn-7568-fn-cli-release-asset.md | 7 +++++++
.github/workflows/release.yml | 8 ++++----
.github/workflows/test-release.yml | 8 ++++----
packages/cli/build.ts | 10 ++++++++--
packages/cli/src/__tests__/build-exe-cross.test.ts | 14 +++++++-------
packages/cli/src/__tests__/ci-workflow.test.ts | 8 ++++----
packages/cli/src/__tests__/package-config.test.ts | 10 +++++-----
7 files changed, 39 insertions(+), 26 deletions(-)
Fusion-Task-Id: FN-7568
Fusion-Task-Lineage: 1c04d763-5e2f-43e3-84b7-df8dcff8467f
Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>
2026-07-05 11:31:45 -07:00
..
2026-07-02 07:32:47 -07:00
2026-06-05 22:28:50 -07:00
2026-06-02 21:54:14 -07:00
2026-07-03 22:40:36 -07:00
2026-07-05 11:31:45 -07:00
2026-05-27 21:31:13 -07:00
2026-05-10 06:14:19 -07:00
2026-05-10 06:14:19 -07:00
2026-07-02 14:31:16 -07:00
2026-07-05 11:31:45 -07:00
2026-06-18 13:41:37 -07:00
2026-05-04 22:17:10 -07:00
2026-06-29 19:46:23 -07:00
2026-06-17 03:42:03 -07:00
2026-06-13 09:14:02 -07:00
2026-05-10 23:36:10 -07:00
2026-06-21 09:00:40 -07:00
2026-07-02 13:16:07 -07:00
2026-07-04 14:04:29 -07:00
2026-07-02 07:32:47 -07:00
2026-07-02 07:32:47 -07:00
2026-05-19 06:51:26 -07:00
2026-07-02 07:32:47 -07:00
2026-07-02 12:34:35 -07:00
2026-06-21 09:00:40 -07:00
2026-06-21 09:00:40 -07:00
2026-06-21 09:00:40 -07:00
2026-06-14 15:29:35 -07:00
2026-06-21 09:00:40 -07:00
2026-06-21 09:00:40 -07:00
2026-07-02 07:32:47 -07:00
2026-06-29 16:35:51 -07:00
2026-07-04 14:04:29 -07:00
2026-06-16 15:08:24 -07:00
2026-06-07 18:51:46 -07:00
2026-05-29 08:25:38 -07:00
2026-05-28 19:44:15 -07:00
2026-07-05 11:31:45 -07:00
2026-06-13 09:14:02 -07:00
2026-06-26 10:18:04 -07:00
2026-06-14 15:29:35 -07:00
2026-06-13 18:27:39 -07:00
2026-06-13 06:12:09 -07:00
2026-06-06 00:09:53 -07:00
2026-05-01 23:35:44 -07:00
2026-06-13 09:14:02 -07:00
2026-06-21 09:00:40 -07:00
2026-06-05 13:58:34 -07:00
2026-05-06 09:43:51 -07:00
2026-06-30 08:04:12 -07:00
2026-07-01 09:50:57 -07:00
2026-07-02 12:34:35 -07:00
2026-07-01 23:53:10 -07:00
2026-06-13 09:14:02 -07:00
2026-06-10 01:07:48 -07:00
2026-06-13 09:14:02 -07:00
2026-06-13 09:14:02 -07:00
2026-06-25 00:13:29 -07:00
2026-05-16 18:40:04 -07:00
2026-06-29 19:46:23 -07:00