File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments