Skip to content

Commit c4ad778

Browse files
committed
fix(ci): move artifacts before universalize
1 parent ec22695 commit c4ad778

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ jobs:
152152
with:
153153
name: bindings-aarch64-apple-darwin
154154
path: artifacts
155+
- name: Move artifacts
156+
run: mv artifacts/*.node .
155157
- name: Combine binaries
156158
run: yarn universal
157159
- name: Upload artifact

0 commit comments

Comments
 (0)