Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rudrankriyam authored Oct 10, 2024
1 parent 2ee1ce5 commit 87fe862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ build_framework() {
if [ ! -d "$SWIFT_MODULE_SOURCE" ]; then
echo "Error: Swift module not found at $SWIFT_MODULE_SOURCE"
exit 1
}
fi

cp -r "$SWIFT_MODULE_SOURCE" "$FRAMEWORK_MODULES_PATH/$scheme.swiftmodule"

Expand Down

0 comments on commit 87fe862

Please sign in to comment.