Update build-project.yaml

This commit is contained in:
David Marsh 2024-06-14 12:56:56 +01:00 committed by GitHub
parent 7247093cc1
commit 674c07f888
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -121,7 +121,7 @@ jobs:
if: fromJSON(needs.check-event.outputs.codesign)
id: codesign
with:
codesignIdentity: ${{ secrets.APPLE_APPID_MULTI }}
codesignIdentity: ${{ secrets.APPLE_INSTALLERID_MULTI }}
installerIdentity: ${{ secrets.APPLE_INSTALLERID_MULTI }}
codesignCertificate: ${{ secrets.APPLE_CSC_LINK }}
certificatePassword: ${{ secrets.APPLE_CSC_PASSWORD }}