Skip to content

Commit 2e2ae44

Browse files
authored
Update build-ddev.yml
1 parent 9f562c3 commit 2e2ae44

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-ddev.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,9 @@ jobs:
536536
--pem-source /tmp/private-key-application.pem \
537537
--code-signature-flags runtime \
538538
"${{ steps.binary.outputs.path }}"
539+
540+
echo "Verifying..."
541+
codesign --verify --deep --strict --verbose=2 "${{ steps.binary.outputs.path }}"
539542

540543
- name: Build PKG
541544
run: >-

0 commit comments

Comments
 (0)