Skip to content

Commit 904e8f7

Browse files
committed
Fix package
1 parent c9529c9 commit 904e8f7

File tree

3 files changed

+3817
-2
lines changed

3 files changed

+3817
-2
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,9 @@ jobs:
495495
with:
496496
path: artifacts
497497
- name: Move artifacts
498-
run: yarn artifacts
498+
run: |
499+
yarn artifacts
500+
cp npm/*/*.node ./
499501
- name: List packages
500502
run: ls -R ./npm
501503
shell: bash

0 commit comments

Comments
 (0)