Skip to content

Commit

Permalink
[GHA] Disable DMG notarization for snapshots temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
BoykoAlex committed Jun 12, 2024
1 parent 909ff5f commit c482135
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gh-hosted-eclipse-distro-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit c482135

Please sign in to comment.