Skip to content

Commit 7f07bf4

Browse files
committed
[GHA] MacOS Signing and Notarization is back on
1 parent 43f2964 commit 7f07bf4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/gh-hosted-eclipse-distro-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,11 +266,10 @@ jobs:
266266
${{ github.workspace }}/.github/scripts/sign-osx-distro-file.sh $file ${{ github.workspace }}/.github/assets/entitlements.plist ${{ github.workspace }}/.github/assets/sts4.icns
267267
done
268268
- name: Notarize DMG files
269-
if: ${{ inputs.build_type != 'release' }}
270269
env:
271270
NOTARIZE_PROFILE: notarize-app-dmg-profile
272271
run: |
273-
xcrun notarytool store-credentials $NOTARIZE_PROFILE --apple-id ${{ secrets.AC_USERNAME }} --team-id ${{ secrets.APPLE_TEAM_ID }} --password ${{ secrets.AC_PASSWORD }}
272+
xcrun notarytool store-credentials $NOTARIZE_PROFILE --apple-id ${{ secrets.AB_AC_USERNAME }} --team-id ${{ secrets.AB_APPLE_TEAM_ID }} --password ${{ secrets.AB_AC_PASSWORD }}
274273
dmg_files=`ls spring-tool-suite-4*macosx*.dmg`
275274
for dmg_file in $dmg_files
276275
do

0 commit comments

Comments
 (0)