[GHA] Disable DMG notarization for snapshots temporarily

This commit is contained in:
aboyko
2024-06-12 13:02:00 -04:00
parent 909ff5f5b4
commit c4821359f2

View File

@@ -272,6 +272,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' }}
env:
NOTARIZE_PROFILE: notarize-app-dmg-profile
run: |