From a20235be0dc9c18ea6c2331fd835ef45a860f1c2 Mon Sep 17 00:00:00 2001 From: gsxdsm Date: Wed, 24 Jun 2026 23:43:47 -0700 Subject: [PATCH] chore(changeset): patch for release binary publish fix Co-Authored-By: Claude Opus 4.8 (1M context) --- .changeset/fix-release-binary-publish.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changeset/fix-release-binary-publish.md diff --git a/.changeset/fix-release-binary-publish.md b/.changeset/fix-release-binary-publish.md new file mode 100644 index 0000000000..2e3953b992 --- /dev/null +++ b/.changeset/fix-release-binary-publish.md @@ -0,0 +1,7 @@ +--- +"@runfusion/fusion": patch +--- + +summary: Fix release pipeline so binaries and desktop installers publish again. +category: fix +dev: github-release job sparse-checks-out CHANGELOG.md (was missing a checkout, so the release-notes step threw ENOENT and published 0 assets on v0.47.0); desktop esbuild build externalizes @fusion/engine so it no longer tries to bundle node-pty's native .node binaries.