ci: fix name collision in npm artifacts for vectordb (#1164)

Fixes #1163
This commit is contained in:
Will Jones
2024-03-28 14:07:27 -05:00
committed by Weston Pace
parent 01239da082
commit 1b0aaf9ec3

View File

@@ -63,7 +63,7 @@ jobs:
- name: Upload Darwin Artifacts
uses: actions/upload-artifact@v4
with:
name: node-native-darwin
name: node-native-darwin-${{ matrix.config.arch }}
path: |
node/dist/lancedb-vectordb-darwin*.tgz
@@ -134,7 +134,7 @@ jobs:
- name: Upload Linux Artifacts
uses: actions/upload-artifact@v4
with:
name: node-native-linux
name: node-native-linux-${{ matrix.config.arch }}
path: |
node/dist/lancedb-vectordb-linux*.tgz