From c8b4c5f6ea704c1debcecee1b8fe59ed8f00fce8 Mon Sep 17 00:00:00 2001 From: aboyko Date: Sun, 9 Mar 2025 14:22:11 -0400 Subject: [PATCH] [GHA] Attempt to fix GChat message --- .github/workflows/gh-hosted-eclipse-distro-build.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-hosted-eclipse-distro-build.yml b/.github/workflows/gh-hosted-eclipse-distro-build.yml index d5b671fa4..2028a48ce 100644 --- a/.github/workflows/gh-hosted-eclipse-distro-build.yml +++ b/.github/workflows/gh-hosted-eclipse-distro-build.yml @@ -337,12 +337,16 @@ jobs: cloudflare_cache_token: ${{ secrets.CLOUDFLARE_CACHE_TOKEN }} gchat-message: -# needs: [ eclipse-distro-build, sign-win-distros, sign-osx-distros ] - needs: [ eclipse-distro-build, sign-osx-distros ] + needs: [ eclipse-distro-build, sign-win-distros, sign-osx-distros ] if: ${{ inputs.build_type == 'release' }} name: Send GChat message runs-on: ubuntu-latest steps: + - name: Setup AWS CLI 2.22 + run: | + curl -s "https://awscli.amazonaws.com/AWSCLIV2-2.22.35.pkg" -o "awscliv2.pkg" + sudo installer -pkg ./awscliv2.pkg -target / + aws --version - name: Google Chat Notification run: | echo "P2 Update Site: ${DOWNLOAD_URL_ROOT}/${{ needs.eclipse-distro-build.outputs.p2_path }}"