We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 239cda0 commit df2a72dCopy full SHA for df2a72d
.github/workflows/cd.yml
@@ -362,7 +362,7 @@ jobs:
362
lipo -create binaries/arm/$dylib binaries/intel/${dylib} \
363
-output binaries/universal/${dylib}
364
done
365
- for entry in `ls binaries/universal/*`
+ for entry in `ls binaries/universal/`
366
do
367
echo "confirming ${entry}..."
368
lipo -archs binaries/universal/${entry}
0 commit comments