Skip to content

Commit

Permalink
ci: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
YoloMao committed Sep 11, 2024
1 parent e05268f commit dc9e79e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/generate_xcframework.sh
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,10 @@ generate_xcframework() {
fi

if [[ "$CODESIGN" == "true" ]]; then
codesign --force --timestamp -s ${CODESIGN_IDENTIFY_NAME} ${output_path}
codesign --force --timestamp -s "${CODESIGN_IDENTIFY_NAME}" ${output_path}
fi

break
done
}

Expand Down

0 comments on commit dc9e79e

Please sign in to comment.