Skip to content

Commit bf040eb

Browse files
authored
Merge pull request #13 from unisonweb/hojberg-patch-1
Update publish.yml with correct cert descriptor
2 parents 8e7867a + c3fd392 commit bf040eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
7171
- name: Verify Certificate
7272
run: |
73-
CERT_INFO=$(security find-identity -v -p codesigning build.keychain | grep "Apple Development")
73+
CERT_INFO=$(security find-identity -v -p codesigning build.keychain | grep "Developer ID Application")
7474
CERT_ID=$(echo "$CERT_INFO" | awk -F'"' '{print $2}')
7575
echo "CERT_ID=$CERT_ID" >> $GITHUB_ENV
7676
echo "Certificate imported."

0 commit comments

Comments
 (0)