Add developer ID certs to action
This commit is contained in:
parent
497b7a301d
commit
0ecc2d4084
1 changed files with 7 additions and 0 deletions
7
.github/workflows/debug.yml
vendored
7
.github/workflows/debug.yml
vendored
|
@ -22,6 +22,13 @@ jobs:
|
|||
MAC_DEVELOPMENT_TEAM: ${{ secrets.MAC_DEVELOPMENT_TEAM }}
|
||||
run: |
|
||||
echo "DEVELOPMENT_TEAM = $MAC_DEVELOPMENT_TEAM" > Xcode-config/DEVELOPMENT_TEAM.xcconfig
|
||||
- name: Install application certificate
|
||||
uses: apple-actions/import-codesign-certs@v1
|
||||
with:
|
||||
keychain: ${{ github.run_id }}
|
||||
keychain-password: ${{ github.run_id }}
|
||||
p12-file-base64: ${{ secrets.MAC_APPLICATION_CERTIFICATE_P12 }}
|
||||
p12-password: ${{ secrets.MAC_APPLICATION_CERTIFICATE_PASSPHRASE }}
|
||||
- name: Run xcodebuild
|
||||
run: >
|
||||
xcodebuild
|
||||
|
|
Loading…
Reference in a new issue