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 8be79e3 commit df0a0c0Copy full SHA for df0a0c0
.scripts/package.sh
@@ -312,6 +312,6 @@ if [ -f $package ]; then rm -f "$package"; fi
312
mv "$scratch/$sources" "$sources"
313
mv "$scratch/$package" "$package"
314
mkdir ../artifacts
315
-cp -r "$scratch/$distribution/*.xcframework.zip" ../artifacts/
+cp -r "$scratch/$distribution/*" ../artifacts/
316
317
echo "Done."
0 commit comments