File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
.github/actions/setup-macos-codesigning Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6464 MACOS_SIGNING_IDENTITY : ${{ inputs.codesignIdentity }}
6565 MACOS_SIGNING_IDENTITY_INSTALLER : ${{ inputs.installerIdentity}}
6666 MACOS_SIGNING_CERT : ${{ inputs.codesignCertificate }}
67- MAOCS_SIGNING_CERT_PASSWORD : ${{ inputs.certificatePassword }}
67+ MACOS_SIGNING_CERT_PASSWORD : ${{ inputs.certificatePassword }}
6868 MACOS_KEYCHAIN_PASSWORD : ${{ inputs.keychainPassword }}
6969 run : |
7070 : macOS Code Signing ✍️
8585 security set-keychain-settings -lut 21600 ${keychain_path}
8686 security unlock-keychain -p "${MACOS_KEYCHAIN_PASSWORD}" ${keychain_path}
8787
88- security import "${certificate_path}" -P "${MAOCS_SIGNING_CERT_PASSWORD }" -A \
88+ security import "${certificate_path}" -P "${MACOS_SIGNING_CERT_PASSWORD }" -A \
8989 -t cert -f pkcs12 -k ${keychain_path} \
9090 -T /usr/bin/codesign -T /usr/bin/security -T /usr/bin/xcrun
9191
You can’t perform that action at this time.
0 commit comments