Skip to content

Commit

Permalink
Fix carthage signing (#2820)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlepinski authored Sep 7, 2023
1 parent 191655a commit 884f41b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/package_carthage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set -e
TEMP="$(mktemp -d)"
mkdir -p "$TEMP/Carthage/build"

cp -r $2 "$TEMP/Carthage/build"
cp -R $2 "$TEMP/Carthage/build"
cd $TEMP

zip -r --symlinks xcframeworks.zip Carthage -x "*.DS_Store"
Expand Down

0 comments on commit 884f41b

Please sign in to comment.