diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 53c4cdace..e22d151bd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,8 +10,8 @@ on: tags: - "test-release/*.*" - "*.*" - # branches: - # - sam/build-checker + branches: + - sam/build-checker concurrency: group: ${{ github.workflow }}-${{ github.ref }} @@ -123,6 +123,7 @@ jobs: - target: x86_64-pc-windows-msvc host: windows-latest + cargo_args: -p baml-typescript-ffi -p baml-python-ffi node_build: pnpm build --target x86_64-pc-windows-msvc - target: x86_64-unknown-linux-gnu @@ -169,7 +170,7 @@ jobs: cache-on-failure: true - name: Build Rust - run: cargo build --release --target ${{ matrix._.target }} + run: cargo build --release --target ${{ matrix._.target }} ${{ matrix._.cargo_args }} working-directory: engine # Build Node