Skip to content

Commit 7a87c9a

Browse files
committed
CI: notarise using notary4d
1 parent 5c47a33 commit 7a87c9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Notarize
3939
run: |
40-
xcrun notarytool submit "build/${{ github.event.repository.name }}.zip" --wait >> notary_tool.log
40+
xcrun notarytool submit "build/${{ github.event.repository.name }}.zip" --keychain-profile "notary4d" --wait >> notary_tool.log
4141
if grep -r "status: Accepted" "notary_tool.log"; then
4242
echo "Notarize Success"
4343
exit 0

0 commit comments

Comments
 (0)