mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-27 01:36:32 +02:00
typo
This commit is contained in:
parent
79fefb1f3a
commit
fd61484abe
1 changed files with 6 additions and 6 deletions
12
.github/workflows/release.yaml
vendored
12
.github/workflows/release.yaml
vendored
|
|
@ -234,13 +234,13 @@ jobs:
|
||||||
working-directory: go-sqlite3/
|
working-directory: go-sqlite3/
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: asg017/sqlite-vec-bindings-go
|
repository: asg017/sqlite-vec-go-bindings
|
||||||
path: sqlite-vec-bindings-go
|
path: sqlite-vec-go-bindings
|
||||||
token: ${{secrets.NCRUCES_BINDINGS_REPO_PAT}}
|
token: ${{secrets.NCRUCES_BINDINGS_REPO_PAT}}
|
||||||
- run: |
|
- run: |
|
||||||
cp go-sqlite3/embed/sqlite3.wasm sqlite-vec-bindings-go/ncruces/sqlite3.wasm
|
cp go-sqlite3/embed/sqlite3.wasm sqlite-vec-go-bindings/ncruces/sqlite3.wasm
|
||||||
cp sqlite-vec.c sqlite-vec-bindings-go/cgo/sqlite-vec.c
|
cp sqlite-vec.c sqlite-vec-go-bindings/cgo/sqlite-vec.c
|
||||||
cp sqlite-vec.h sqlite-vec-bindings-go/cgo/sqlite-vec.h
|
cp sqlite-vec.h sqlite-vec-go-bindings/cgo/sqlite-vec.h
|
||||||
- run: |
|
- run: |
|
||||||
git config user.name "Alex Garcia"
|
git config user.name "Alex Garcia"
|
||||||
git config user.email "alexsebastian.garcia@gmail.com"
|
git config user.email "alexsebastian.garcia@gmail.com"
|
||||||
|
|
@ -248,6 +248,6 @@ jobs:
|
||||||
git commit --allow-empty -m "AUTOMATED ${{ github.ref_name }}" || exit 0
|
git commit --allow-empty -m "AUTOMATED ${{ github.ref_name }}" || exit 0
|
||||||
git tag "${{ github.ref_name }}"
|
git tag "${{ github.ref_name }}"
|
||||||
git push origin main "${{ github.ref_name }}"
|
git push origin main "${{ github.ref_name }}"
|
||||||
working-directory: sqlite-vec-bindings-go
|
working-directory: sqlite-vec-go-bindings
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{secrets.NCRUCES_BINDINGS_REPO_PAT}}
|
GITHUB_TOKEN: ${{secrets.NCRUCES_BINDINGS_REPO_PAT}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue