Skip notarization for release temporarily

This commit is contained in:
aboyko
2024-06-14 17:26:59 -04:00
parent bcf23e35c1
commit 43f2964568

View File

@@ -266,7 +266,7 @@ jobs:
${{ github.workspace }}/.github/scripts/sign-osx-distro-file.sh $file ${{ github.workspace }}/.github/assets/entitlements.plist ${{ github.workspace }}/.github/assets/sts4.icns
done
- name: Notarize DMG files
if: ${{ inputs.build_type != 'snapshot' }}
if: ${{ inputs.build_type != 'release' }}
env:
NOTARIZE_PROFILE: notarize-app-dmg-profile
run: |