From c4821359f21402ae1bbf9952b44fc7fc5157a572 Mon Sep 17 00:00:00 2001 From: aboyko Date: Wed, 12 Jun 2024 13:02:00 -0400 Subject: [PATCH] [GHA] Disable DMG notarization for snapshots temporarily --- .github/workflows/gh-hosted-eclipse-distro-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/gh-hosted-eclipse-distro-build.yml b/.github/workflows/gh-hosted-eclipse-distro-build.yml index cddc53202..1d3897aec 100644 --- a/.github/workflows/gh-hosted-eclipse-distro-build.yml +++ b/.github/workflows/gh-hosted-eclipse-distro-build.yml @@ -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: |