Compare commits

...

1 Commits

Author SHA1 Message Date
Lei Xu
93d3381256 fallback 2024-01-25 13:06:07 -08:00

View File

@@ -3,6 +3,9 @@ name: NPM Publish
on: on:
release: release:
types: [ published ] types: [ published ]
pull_request:
paths:
- .github/workflows/npm-publish.yml
jobs: jobs:
node: node:
@@ -66,7 +69,7 @@ jobs:
name: native-darwin name: native-darwin
path: | path: |
node/dist/lancedb-vectordb-darwin*.tgz node/dist/lancedb-vectordb-darwin*.tgz
node-linux: node-linux:
name: node-linux (${{ matrix.config.arch}}-unknown-linux-gnu name: node-linux (${{ matrix.config.arch}}-unknown-linux-gnu