We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a8ea46 commit a463c70Copy full SHA for a463c70
.github/workflows/javascript-sdk.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Upload built .node file
38
uses: actions/upload-artifact@v4
39
with:
40
- name: node-artifacts
+ name: node-artifacts-${{ matrix.os }}
41
path: korvus/javascript/dist/${{ matrix.neon-out-name }}
42
retention-days: 1
43
build-javascript-sdk-linux:
@@ -85,7 +85,7 @@ jobs:
85
86
87
88
89
90
91
# publish-javascript-sdk:
0 commit comments