Skip to content

Commit

Permalink
Update gh workflow deploy for js
Browse files Browse the repository at this point in the history
  • Loading branch information
SilasMarvin committed Jan 30, 2025
1 parent 4a8ea46 commit a463c70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/javascript-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Upload built .node file
uses: actions/upload-artifact@v4
with:
name: node-artifacts
name: node-artifacts-${{ matrix.os }}
path: korvus/javascript/dist/${{ matrix.neon-out-name }}
retention-days: 1
build-javascript-sdk-linux:
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Upload built .node file
uses: actions/upload-artifact@v4
with:
name: node-artifacts
name: node-artifacts-${{ matrix.os }}
path: korvus/javascript/dist/${{ matrix.neon-out-name }}
retention-days: 1
# publish-javascript-sdk:
Expand Down

0 comments on commit a463c70

Please sign in to comment.