Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,12 @@ jobs:
merge-multiple: true
path: crates/csp-node/artifacts

# `create-npm-dirs` materializes the npm/<platform>/ package dirs from the
# `create-npm-dir` materializes the npm/<platform>/ package dirs from the
# `napi.triples` config; `artifacts` moves each built .node into its dir.
- name: Assemble platform packages
working-directory: crates/csp-node
run: |
bunx napi create-npm-dirs
bunx napi create-npm-dir
bunx napi artifacts --dir artifacts
ls -R npm

Expand Down
Loading