Skip to content

Commit

Permalink
Update build-project.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
exeldro authored Nov 28, 2024
1 parent 8f0df70 commit 8147646
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ jobs:
with:
codesignIdentity: ${{ secrets.APPLE_CODESIGN_IDENTITY }}
installerIdentity: ${{ secrets.APPLE_CODESIGN_INSTALLER_IDENTITY }}
codesignCertificate: ${{ secrets.APPLE_OBS_CERT }}
certificatePassword: ${{ secrets.APPLE_OBS_SECRET }}
codesignCertificate: ${{ secrets.APPLE_CSC_VERTICAL }}
certificatePassword: ${{ secrets.APPLE_CSC_VERTICAL_PASSWORD }}
keychainPassword: ${{ secrets.MACOS_KEYCHAIN_PASSWORD }}
provisioningProfile: ${{ secrets.MACOS_SIGNING_PROVISIONING_PROFILE }}
notarizationUser: ${{ secrets.MACOS_NOTARIZATION_USERNAME }}
Expand Down

0 comments on commit 8147646

Please sign in to comment.