From dac62481aac766c1dea470f9d1080c9876e90c75 Mon Sep 17 00:00:00 2001 From: Alex Garcia Date: Fri, 10 May 2024 21:23:06 -0700 Subject: [PATCH] wasm fix specific build directory --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 369856f..f1826e8 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -59,7 +59,7 @@ jobs: - uses: actions/upload-artifact@v4 with: name: sqlite-vec-wasm32-emscripten - path: dist/* + path: dist/.wasm/* dist: runs-on: ubuntu-latest needs: