File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ jobs:
205205 # Sign the files specified in src-build/mac/filesToSign
206206 while IFS= read -r file; do
207207 if [ -f "$file" ]; then
208- codesign --sign "$APPLE_KEY_IDENTITY_NAME" --keychain build.keychain --timestamp --options runtime "$file"
208+ codesign --force -- sign "$APPLE_KEY_IDENTITY_NAME" --keychain build.keychain --timestamp --options runtime "$file"
209209 else
210210 echo "File to sign not found, ignoring: $file"
211211 fi
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ jobs:
206206 # Sign the files specified in src-build/mac/filesToSign
207207 while IFS= read -r file; do
208208 if [ -f "$file" ]; then
209- codesign --sign "$APPLE_KEY_IDENTITY_NAME" --keychain build.keychain --timestamp --options runtime "$file"
209+ codesign --force -- sign "$APPLE_KEY_IDENTITY_NAME" --keychain build.keychain --timestamp --options runtime "$file"
210210 else
211211 echo "File to sign not found, ignoring: $file"
212212 fi
Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ jobs:
205205 # Sign the files specified in src-build/mac/filesToSign
206206 while IFS= read -r file; do
207207 if [ -f "$file" ]; then
208- codesign --sign "$APPLE_KEY_IDENTITY_NAME" --keychain build.keychain --timestamp --options runtime "$file"
208+ codesign --force -- sign "$APPLE_KEY_IDENTITY_NAME" --keychain build.keychain --timestamp --options runtime "$file"
209209 else
210210 echo "File to sign not found, ignoring: $file"
211211 fi
You can’t perform that action at this time.
0 commit comments