gha: win diff upload name

This commit is contained in:
Alex Garcia 2024-06-29 12:46:26 -07:00
parent f602ae1396
commit 50a153002a
2 changed files with 20 additions and 1 deletions

View file

@ -73,7 +73,7 @@ jobs:
- run: pip install pytest numpy; make test-loadable
- uses: actions/upload-artifact@v4
with:
name: sqlite-vec-windows-x86_64-extension
name: sqlite-vec-windows-x86_64-msvc-extension
path: dist/*
build-wasm32-emscripten:
runs-on: ubuntu-latest