Skip to content

Commit 0ee6f39

Browse files
committed
test again
1 parent 118f8ae commit 0ee6f39

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/build-ddev.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -537,9 +537,11 @@ jobs:
537537
--code-signature-flags runtime \
538538
"${{ steps.binary.outputs.path }}"
539539
540-
- name: Verify signature universal binary
541-
run: >-
542-
codesign --verify --deep --strict --verbose=2 "${{ steps.binary.outputs.path }}"
540+
- name: Inspect signing certificate
541+
run: |
542+
codesign -dvv --extract-certificates "${{ steps.binary.outputs.path }}"
543+
echo "🔍 Certificate info:"
544+
openssl x509 -in codesign0 -text
543545
544546
- name: Build PKG
545547
run: >-

0 commit comments

Comments
 (0)