Try new credentials for Apple notarization. GChat json corrections
This commit is contained in:
@@ -245,7 +245,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.AB_APPLE_TEAM_ID }} --password ${{ secrets.AB_AC_PASSWORD }}
|
||||
xcrun notarytool store-credentials $NOTARIZE_PROFILE --apple-id ${{ secrets.VMWARE_APPLE_USER }} --team-id ${{ secrets.VMWARE_APPLE_TEAM_ID }} --password ${{ secrets.VMWARE_APPLE_PASSWORD }}
|
||||
dmg_files=`ls spring-tool-suite-4*macosx*.dmg`
|
||||
for dmg_file in $dmg_files
|
||||
do
|
||||
|
||||
@@ -104,7 +104,6 @@ jobs:
|
||||
"title": "${{ inputs.extension-name }} ${{ steps.version.outputs.version }}",
|
||||
"subtitle": "Release Candidate ${{ inputs.postfix }}",
|
||||
"imageUrl": "https://code.visualstudio.com/assets/images/code-stable.png",
|
||||
"imageType": "CIRCLE"
|
||||
},
|
||||
"sections": [
|
||||
{
|
||||
@@ -115,7 +114,6 @@ jobs:
|
||||
}
|
||||
},
|
||||
{
|
||||
"buttonList": {
|
||||
"buttons": [
|
||||
{
|
||||
"text": "Download VSIX",
|
||||
@@ -126,7 +124,6 @@ jobs:
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user