Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit f365f27

Browse files
committed
print codesigning identities
1 parent b6a1fb4 commit f365f27

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
with:
4040
p12-file-base64: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_P12_BASE64 }}
4141
p12-password: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_PASSWORD }}
42+
- name: Print codesigning identities
43+
run: security find-identity -p codesigning
4244
- uses: actions/setup-go@v2
4345
with:
4446
go-version: '^1.16.3'

0 commit comments

Comments
 (0)