Skip to content

Commit df2a72d

Browse files
More ci/cd fixes
1 parent 239cda0 commit df2a72d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ jobs:
362362
lipo -create binaries/arm/$dylib binaries/intel/${dylib} \
363363
-output binaries/universal/${dylib}
364364
done
365-
for entry in `ls binaries/universal/*`
365+
for entry in `ls binaries/universal/`
366366
do
367367
echo "confirming ${entry}..."
368368
lipo -archs binaries/universal/${entry}

0 commit comments

Comments
 (0)