mirror of
https://github.com/Aitum/obs-aitum-multistream.git
synced 2025-01-31 19:31:37 +01:00
Try fix mac build
This commit is contained in:
parent
b72b3e5b95
commit
7247093cc1
4
.github/workflows/build-project.yaml
vendored
4
.github/workflows/build-project.yaml
vendored
@ -121,8 +121,8 @@ jobs:
|
||||
if: fromJSON(needs.check-event.outputs.codesign)
|
||||
id: codesign
|
||||
with:
|
||||
codesignIdentity: ${{ secrets.APPLE_TEAM }}
|
||||
installerIdentity: ${{ secrets.APPLE_TEAM }}
|
||||
codesignIdentity: ${{ secrets.APPLE_APPID_MULTI }}
|
||||
installerIdentity: ${{ secrets.APPLE_INSTALLERID_MULTI }}
|
||||
codesignCertificate: ${{ secrets.APPLE_CSC_LINK }}
|
||||
certificatePassword: ${{ secrets.APPLE_CSC_PASSWORD }}
|
||||
keychainPassword: ${{ secrets.MACOS_KEYCHAIN_PASSWORD }}
|
||||
|
@ -31,7 +31,7 @@
|
||||
"QT_VERSION": "6",
|
||||
"CMAKE_OSX_DEPLOYMENT_TARGET": "11.0",
|
||||
"CODESIGN_IDENTITY": "$penv{CODESIGN_IDENT}",
|
||||
"CODESIGN_TEAM": "$penv{CODESIGN_TEAM}"
|
||||
"CODESIGN_TEAM": "$penv{APPLE_TEAM}"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user