mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-15 05:22:53 +08:00
Import all Apple certificates at once
This commit is contained in:
parent
5bdb1cdf5b
commit
a1aa20a48c
12
.github/workflows/deploy.yml
vendored
12
.github/workflows/deploy.yml
vendored
@ -195,17 +195,11 @@ jobs:
|
||||
cd build
|
||||
cpack --verbose
|
||||
|
||||
- name: '🪪 Import Application Distribution Certificate'
|
||||
- name: '🪪 Import Certificates'
|
||||
uses: apple-actions/import-codesign-certs@v2
|
||||
with:
|
||||
p12-file-base64: ${{secrets.APPLE_APPID_P12_DATA}}
|
||||
p12-password: ${{secrets.APPLE_APPID_P12_PASSWORD}}
|
||||
|
||||
- name: '🪪 Import Installer Distribution Certificate'
|
||||
uses: apple-actions/import-codesign-certs@v2
|
||||
with:
|
||||
p12-file-base64: ${{secrets.APPLE_INSTALLER_P12_DATA}}
|
||||
p12-password: ${{secrets.APPLE_INSTALLER_P12_PASSWORD}}
|
||||
p12-file-base64: ${{secrets.APPLE_CERTIFICATES_P12}}
|
||||
p12-password: ${{secrets.APPLE_CERTIFICATES_P12_PASSWORD}}
|
||||
|
||||
- name: '💿 Mount DMG and copy application'
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user