Skip to content

Commit c5426da

Browse files
authored
Merge pull request #120 from cwensley/update-buiild
List codesigning
2 parents ebfe4cb + db07a15 commit c5426da

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

+4
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ jobs:
102102
p12-file-base64: ${{ secrets.DEVID_CERTIFICATE_P12 }}
103103
p12-password: ${{ secrets.DEVID_CERTIFICATE_P12_PASSWORD }}
104104

105+
- name: List certificates
106+
if: github.event_name != 'pull_request'
107+
run: security find-identity -v -p codesigning
108+
105109
- name: Enable code signing
106110
if: github.event_name != 'pull_request'
107111
run: echo "BuildParameters=${{ env.BuildParameters }} /p:EnableCodeSigning=True" >> $GITHUB_ENV

0 commit comments

Comments
 (0)