fix(workflows): update macOS app signing step to run only on success
Some checks failed
Unreal Engine Build / windows-build (push) Has been cancelled
Unreal Engine Build / linux-build (push) Has been cancelled
Unreal Engine Build / macos-build (push) Has been cancelled
Unreal Engine Build / create-release (push) Has been cancelled

This commit is contained in:
Ozgur 2025-04-13 02:01:31 +02:00
parent 921f121520
commit dbb2d66564
No known key found for this signature in database
GPG Key ID: 66CDF27505A35546

View File

@ -71,9 +71,10 @@ jobs:
echo "Packaged releases:" echo "Packaged releases:"
ls -la PackagedReleases/ ls -la PackagedReleases/
echo "tests"
- name: Sign and Notarize macOS App - name: Sign and Notarize macOS App 2
if: ${{ always() }} if: ${{ success() }}
env: env:
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }} APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
APPLE_CERTIFICATE_BASE64: ${{ secrets.MACOS_CERTIFICATE }} APPLE_CERTIFICATE_BASE64: ${{ secrets.MACOS_CERTIFICATE }}