Skip to content

Commit

Permalink
Update build.yaml to include keychain settings and find identity for …
Browse files Browse the repository at this point in the history
…macOS signing
  • Loading branch information
Evan-2007 committed Nov 18, 2024
1 parent 41399d1 commit 55d7445
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@ jobs:
p12-file-base64: ${{ secrets.APPLE_CERTIFICATE }}
p12-password: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}
keychain-password: ${{ secrets.KEYCHAIN_PASSWORD }}
name: build.keychain
default-keychain: true
unlock-keychain: true
set-key-partition-list: true
keychain-settings: 'lock-after-sleep timeout=300s lock-on-sleep'
find-identity: true
find-identity-name: 'Developer ID Application'

- name: Verify Certificate
if: (matrix.os == 'macos-latest') || (matrix.os == 'macos-13')
Expand Down

0 comments on commit 55d7445

Please sign in to comment.