We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96a54e3 commit 30fcb45Copy full SHA for 30fcb45
.github/workflows/release.yml
@@ -46,11 +46,12 @@ jobs:
46
shell: bash
47
run: cmake --build . --config $BUILD_TYPE
48
49
- - name: Import Code Signing Certificates
+ - name: Import Application Certificates
50
uses: apple-actions/import-codesign-certs@v1
51
with:
52
p12-file-base64: ${{ secrets.APPLE_CERT_P12 }}
53
p12-password: ${{ secrets.APPLE_CERT_PASSWORD }}
54
+ keychain: signing_application.keychain
55
56
- name: Code Sign
57
env:
@@ -64,6 +65,7 @@ jobs:
64
65
66
p12-file-base64: ${{ secrets.APPLE_INSTALLER_P12 }}
67
68
+ keychain: signing_installer.keychain
69
70
- name: Create PKG installer
71
0 commit comments