mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-31 17:42:55 +08:00
Merge branch 'master' of https://github.com/Serial-Studio/Serial-Studio
This commit is contained in:
commit
bfb7cc67a0
12
.github/workflows/deploy.yml
vendored
12
.github/workflows/deploy.yml
vendored
@ -195,17 +195,11 @@ jobs:
|
|||||||
cd build
|
cd build
|
||||||
cpack --verbose
|
cpack --verbose
|
||||||
|
|
||||||
- name: '🪪 Import Application Distribution Certificate'
|
- name: '🪪 Import Certificates'
|
||||||
uses: apple-actions/import-codesign-certs@v2
|
uses: apple-actions/import-codesign-certs@v2
|
||||||
with:
|
with:
|
||||||
p12-file-base64: ${{secrets.APPLE_APPID_P12_DATA}}
|
p12-file-base64: ${{secrets.APPLE_CERTIFICATES_P12}}
|
||||||
p12-password: ${{secrets.APPLE_APPID_P12_PASSWORD}}
|
p12-password: ${{secrets.APPLE_CERTIFICATES_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}}
|
|
||||||
|
|
||||||
- name: '💿 Mount DMG and copy application'
|
- name: '💿 Mount DMG and copy application'
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user