Skip to content

Commit b9762f4

Browse files
committed
Update CI.yml
1 parent 28414a6 commit b9762f4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/CI.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,12 @@ jobs:
246246
- name: List downloaded artifacts
247247
run: ls -R artifacts
248248

249+
- name: Flatten artifacts
250+
run: |
251+
# Move all .node files from subdirectories to artifacts root
252+
find artifacts -name "*.node" -exec mv {} artifacts/ \;
253+
ls -la artifacts/
254+
249255
- name: Move artifacts to npm packages
250256
run: yarn artifacts
251257

0 commit comments

Comments
 (0)