Skip to content

Commit 5408e02

Browse files
authored
Find the .so file after compilation
1 parent 69d0568 commit 5408e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scheduled-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
run: cd libnode-distributable && node index.js
3636

3737
- name: A buncha ls
38-
run: ls libnode-distributable/node/out ; ls libnode-distributable/node/out/Release
38+
run: find libnode-distributable/node -name libnode.so\* -exec ls -la {} \;

0 commit comments

Comments
 (0)