Skip to content

Commit 49ecd88

Browse files
attempt to manually notarize for the third time
1 parent b1ce442 commit 49ecd88

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,8 @@ jobs:
8383
request_uuid=$(xcrun notarytool submit "$DMG_FILE" \
8484
--key $GODOT_MACOS_NOTARIZATION_API_KEY \
8585
--key-id $GODOT_MACOS_NOTARIZATION_API_KEY_ID \
86-
--issuer $GODOT_MACOS_NOTARIZATION_API_UUID | grep -o 'id: [^[:space:]]*' | cut -d' ' -f2)
86+
--issuer $GODOT_MACOS_NOTARIZATION_API_UUID | tail -n1)
8787
88-
echo "Notarization Request UUID: $request_uuid"
8988
echo "NOTARIZATION_UUID=$request_uuid" >> $GITHUB_ENV
9089
9190
- name: Wait for notarization to finish

0 commit comments

Comments
 (0)