fix: goose-sdk release compat check with new schema (#9697)

This commit is contained in:
Lifei Zhou
2026-06-09 23:53:45 +10:00
committed by GitHub
parent 0ab4b84104
commit e3090836e4
2 changed files with 31 additions and 23 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ jobs:
cd ui/sdk
pnpm run build:ts
- name: Compatibility check (TUI client ↔ goose binary)
- name: Compatibility check (SDK client ↔ goose binary)
env:
GOOSE_BINARY: ${{ github.workspace }}/ui/goose-binary/goose-binary-linux-x64/bin/goose
run: |