Try new credentials for Apple notarization. GChat json corrections

This commit is contained in:
aboyko
2024-09-04 16:51:14 -04:00
parent 5ef8be1cf8
commit 1464569ce3
2 changed files with 1 additions and 4 deletions

View File

@@ -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

View File

@@ -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:
}
}
]
}
}
]
}