GHA: update tests upload to akamai. Try installing python 3.11 before appdmg

This commit is contained in:
aboyko
2023-11-07 20:02:02 -05:00
parent e74185bb61
commit 031387ef9e
2 changed files with 4 additions and 3 deletions

View File

@@ -11,8 +11,8 @@ jobs:
- name: Gene file and upload
id: gen-upload
env:
AWS_ACCESS_KEY_ID: ${{ secrets.TOOLS_S3_ACCESS_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.TOOLS_S3_SECRET_KEY }}
AWS_ACCESS_KEY_ID: ${{ secrets.TOOLS_CLOUDGATE_ACCESS_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.TOOLS_CLOUDGATE_SECRET_KEY }}
AWS_DEFAULT_REGION: us-east-1
run: |
file="upload-test.txt"

View File

@@ -196,7 +196,7 @@ jobs:
sign-osx-distros:
needs: [ eclipse-distro-build ]
runs-on: macos-13-xl
runs-on: macos-latest-xl
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
with:
@@ -224,6 +224,7 @@ jobs:
security unlock-keychain -p ${{ secrets.KEYCHAIN_PASSWORD }} $RUNNER_TEMP/app-signing.keychain-db
- name: Install appdmg
run: |
brew install python@3.11
npm install -g appdmg
- name: Download OSX tar.gz files from S3 for Signing/Notarization
env: