Skip to content

Commit a463c70

Browse files
committed
Update gh workflow deploy for js
1 parent 4a8ea46 commit a463c70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/javascript-sdk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Upload built .node file
3838
uses: actions/upload-artifact@v4
3939
with:
40-
name: node-artifacts
40+
name: node-artifacts-${{ matrix.os }}
4141
path: korvus/javascript/dist/${{ matrix.neon-out-name }}
4242
retention-days: 1
4343
build-javascript-sdk-linux:
@@ -85,7 +85,7 @@ jobs:
8585
- name: Upload built .node file
8686
uses: actions/upload-artifact@v4
8787
with:
88-
name: node-artifacts
88+
name: node-artifacts-${{ matrix.os }}
8989
path: korvus/javascript/dist/${{ matrix.neon-out-name }}
9090
retention-days: 1
9191
# publish-javascript-sdk:

0 commit comments

Comments
 (0)