We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
release
1 parent bcf23e3 commit 43f2964Copy full SHA for 43f2964
.github/workflows/gh-hosted-eclipse-distro-build.yml
@@ -266,7 +266,7 @@ jobs:
266
${{ github.workspace }}/.github/scripts/sign-osx-distro-file.sh $file ${{ github.workspace }}/.github/assets/entitlements.plist ${{ github.workspace }}/.github/assets/sts4.icns
267
done
268
- name: Notarize DMG files
269
- if: ${{ inputs.build_type != 'snapshot' }}
+ if: ${{ inputs.build_type != 'release' }}
270
env:
271
NOTARIZE_PROFILE: notarize-app-dmg-profile
272
run: |
0 commit comments