win: .exe, update error name

This commit is contained in:
Alex Garcia 2024-11-13 12:18:53 -08:00
parent 3c1fb0ad86
commit 78717dda4d
2 changed files with 2 additions and 2 deletions

View file

@ -66,7 +66,7 @@ jobs:
- run: mkdir dist
- run: cl.exe /fPIC -shared /W4 /Ivendor/ /O2 /LD sqlite-vec.c -o dist/vec0.dll
- run: uv sync --directory tests
- run: make test-loadable python=./tests/.venv/bin/python
- run: make test-loadable python=./tests/.venv/bin/python.exe
- uses: actions/upload-artifact@v4
with:
name: sqlite-vec-windows-x86_64-extension