From 44ec6f5eb099a6891146e630a608819c71766e29 Mon Sep 17 00:00:00 2001 From: aboyko Date: Fri, 14 Jun 2024 19:57:10 -0400 Subject: [PATCH] [GHA] MacOS Signing and Notarization --- .github/workflows/gh-hosted-eclipse-distro-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-hosted-eclipse-distro-build.yml b/.github/workflows/gh-hosted-eclipse-distro-build.yml index 41864b6de..8d6ee5b15 100644 --- a/.github/workflows/gh-hosted-eclipse-distro-build.yml +++ b/.github/workflows/gh-hosted-eclipse-distro-build.yml @@ -269,7 +269,7 @@ jobs: env: NOTARIZE_PROFILE: notarize-app-dmg-profile run: | - xcrun notarytool store-credentials $NOTARIZE_PROFILE --apple-id ${{ secrets.AB_AC_USERNAME }} --team-id ${{ secrets.APPLE_TEAM_ID }} --password ${{ secrets.AB_AC_PASSWORD }} + xcrun notarytool store-credentials $NOTARIZE_PROFILE --apple-id ${{ secrets.AB_AC_USERNAME }} --team-id ${{ secrets.AB_APPLE_TEAM_ID }} --password ${{ secrets.AB_AC_PASSWORD }} dmg_files=`ls spring-tool-suite-4*macosx*.dmg` for dmg_file in $dmg_files do