chore: package the goose binary in the goose2 tauri app (#8615)

Co-authored-by: Lifei Zhou <lifei@squareup.com>
This commit is contained in:
Jack Amadeo
2026-04-17 03:01:30 -04:00
committed by GitHub
parent bd14186214
commit 75a41a34dc
21 changed files with 857 additions and 519 deletions
+8
View File
@@ -111,6 +111,10 @@ jobs:
- name: Build frontend
run: pnpm build
- name: Mock goose binary
working-directory: .
run: mkdir -p target/release && touch target/release/goose-$(rustc --print host-tuple)
- name: Check Tauri
run: cd src-tauri && cargo check
@@ -167,6 +171,10 @@ jobs:
ui/goose2/src-tauri/target
key: ${{ runner.os }}-goose2-cargo-${{ hashFiles('ui/goose2/src-tauri/Cargo.lock') }}
- name: Mock goose binary
working-directory: .
run: mkdir -p target/release && touch target/release/goose-$(rustc --print host-tuple)
- name: Format check
run: cd src-tauri && cargo fmt --check