fix(workflows): ensure macOS app signing and notarization step always runs
This commit is contained in:
parent
e54bbfcf5d
commit
1476c4395f
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user