Skip to content

Commit e74c193

Browse files
committed
Add logging
1 parent 413429d commit e74c193

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/CI.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,13 @@ jobs:
205205
name: bindings-aarch64-apple-darwin
206206
path: .
207207
- name: Combine binaries
208-
run: yarn universal
208+
run: |
209+
echo "Current directory contents:"
210+
ls -la
211+
echo "Looking for .node files:"
212+
find . -name "*.node" -type f
213+
echo "Running universal command:"
214+
yarn universal
209215
- name: Upload artifact
210216
uses: actions/upload-artifact@v4
211217
with:

0 commit comments

Comments
 (0)