Skip to content

Commit

Permalink
fixes (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
evandcoleman authored Sep 30, 2024
1 parent 8be79e3 commit df0a0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scripts/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,6 @@ if [ -f $package ]; then rm -f "$package"; fi
mv "$scratch/$sources" "$sources"
mv "$scratch/$package" "$package"
mkdir ../artifacts
cp -r "$scratch/$distribution/*.xcframework.zip" ../artifacts/
cp -r "$scratch/$distribution/*" ../artifacts/

echo "Done."

0 comments on commit df0a0c0

Please sign in to comment.