feat(KB-333): update GitHub workflows to use @gsxdsm/fusion package name

- Update CI, release, and test-release workflows to reference @gsxdsm/fusion package\n- Remove obsolete changeset file for unpause fix\n- Clean up unused code in packages/core/src/store.ts
This commit is contained in:
gsxdsm
2026-03-31 16:45:29 -07:00
parent b3083011ab
commit e6ec36b922
3 changed files with 3 additions and 3 deletions

View File

@@ -63,7 +63,7 @@ jobs:
run: pnpm build
- name: Build binary
run: pnpm --filter @dustinbyrne/kb build:exe -- --target ${{ matrix.target }}
run: pnpm --filter @gsxdsm/fusion build:exe -- --target ${{ matrix.target }}
- name: Verify binary exists
shell: bash