Skip to content

Commit

Permalink
Merge pull request #13 from unisonweb/hojberg-patch-1
Browse files Browse the repository at this point in the history
Update publish.yml with correct cert descriptor
  • Loading branch information
hojberg authored Dec 3, 2024
2 parents 8e7867a + c3fd392 commit bf040eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Verify Certificate
run: |
CERT_INFO=$(security find-identity -v -p codesigning build.keychain | grep "Apple Development")
CERT_INFO=$(security find-identity -v -p codesigning build.keychain | grep "Developer ID Application")
CERT_ID=$(echo "$CERT_INFO" | awk -F'"' '{print $2}')
echo "CERT_ID=$CERT_ID" >> $GITHUB_ENV
echo "Certificate imported."
Expand Down

0 comments on commit bf040eb

Please sign in to comment.