Skip to content

Commit 30fcb45

Browse files
committed
import into distinctly named keychains
1 parent 96a54e3 commit 30fcb45

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,12 @@ jobs:
4646
shell: bash
4747
run: cmake --build . --config $BUILD_TYPE
4848

49-
- name: Import Code Signing Certificates
49+
- name: Import Application Certificates
5050
uses: apple-actions/import-codesign-certs@v1
5151
with:
5252
p12-file-base64: ${{ secrets.APPLE_CERT_P12 }}
5353
p12-password: ${{ secrets.APPLE_CERT_PASSWORD }}
54+
keychain: signing_application.keychain
5455

5556
- name: Code Sign
5657
env:
@@ -64,6 +65,7 @@ jobs:
6465
with:
6566
p12-file-base64: ${{ secrets.APPLE_INSTALLER_P12 }}
6667
p12-password: ${{ secrets.APPLE_CERT_PASSWORD }}
68+
keychain: signing_installer.keychain
6769

6870
- name: Create PKG installer
6971
env:

0 commit comments

Comments
 (0)