fix(workflows): ensure macOS app signing and notarization step always runs
Some checks failed
Unreal Engine Build / linux-build (push) Waiting to run
Unreal Engine Build / windows-build (push) Waiting to run
Unreal Engine Build / create-release (push) Blocked by required conditions
Unreal Engine Build / macos-build (push) Has been cancelled

This commit is contained in:
Ozgur 2025-04-13 01:36:24 +02:00
parent e54bbfcf5d
commit 1476c4395f
No known key found for this signature in database
GPG Key ID: 66CDF27505A35546

View File

@ -73,6 +73,7 @@ jobs:
ls -la PackagedReleases/
- name: Sign and Notarize macOS App
if: ${{ always() }}
env:
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
CERTIFICATE_BASE64: ${{ secrets.MACOS_CERTIFICATE }}