Skip to content

Commit df0a0c0

Browse files
authored
fixes (#68)
1 parent 8be79e3 commit df0a0c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.scripts/package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,6 @@ if [ -f $package ]; then rm -f "$package"; fi
312312
mv "$scratch/$sources" "$sources"
313313
mv "$scratch/$package" "$package"
314314
mkdir ../artifacts
315-
cp -r "$scratch/$distribution/*.xcframework.zip" ../artifacts/
315+
cp -r "$scratch/$distribution/*" ../artifacts/
316316

317317
echo "Done."

0 commit comments

Comments
 (0)