fix(workflows): update macOS app signing step to run only on success
This commit is contained in:
parent
921f121520
commit
dbb2d66564
@ -71,9 +71,10 @@ jobs:
|
||||
|
||||
echo "Packaged releases:"
|
||||
ls -la PackagedReleases/
|
||||
echo "tests"
|
||||
|
||||
- name: Sign and Notarize macOS App
|
||||
if: ${{ always() }}
|
||||
- name: Sign and Notarize macOS App 2
|
||||
if: ${{ success() }}
|
||||
env:
|
||||
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
|
||||
APPLE_CERTIFICATE_BASE64: ${{ secrets.MACOS_CERTIFICATE }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user