release forgot static

This commit is contained in:
Alex Garcia 2024-07-05 12:58:15 -07:00
parent a8fc71551b
commit 246890930f

View file

@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: ./scripts/vendor.sh
- run: make loadable
- run: make loadable static
- uses: actions/upload-artifact@v4
with:
name: sqlite-vec-linux-x86_64-extension
@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: ./scripts/vendor.sh
- run: make loadable
- run: make loadable static
- uses: actions/upload-artifact@v4
with:
name: sqlite-vec-macos-x86_64-extension
@ -30,7 +30,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: ./scripts/vendor.sh
- run: make loadable
- run: make loadable static
- uses: actions/upload-artifact@v4
with:
name: sqlite-vec-macos-aarch64-extension
@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v3
- run: ./scripts/vendor.sh
shell: bash
- run: make loadable
- run: make loadable static
env:
## TODO temporary, should be unset (ie cl.exe)
CC: gcc