fix: make windows release build and add manual rerun path

This commit is contained in:
Sam Valladares 2026-06-18 23:39:38 -05:00
parent ef2073d4a4
commit 22d0d192eb
9 changed files with 396 additions and 95 deletions

View file

@ -31,7 +31,7 @@ jobs:
- target: x86_64-pc-windows-msvc
os: windows-latest
archive: zip
cargo_flags: ""
cargo_flags: "--no-default-features --features embeddings,ort-download"
needs_onnxruntime: false
# Intel Mac uses the ort-dynamic feature to runtime-link against a
# system libonnxruntime (Homebrew), sidestepping the missing
@ -51,7 +51,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.tag || github.ref }}
ref: ${{ github.event_name == 'workflow_dispatch' && github.sha || github.event.inputs.tag || github.ref }}
- name: Setup pnpm
uses: pnpm/action-setup@v4