From 1959ead3b61a58a8f493bfc7bc5fc925181721fb Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 28 Jan 2025 14:09:46 +0000 Subject: [PATCH] [Backport] Work around cloudflare r2 issue --- .github/workflows/build_and_deploy.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/build_and_deploy.yaml b/.github/workflows/build_and_deploy.yaml index b81f05ff..c167dfe6 100644 --- a/.github/workflows/build_and_deploy.yaml +++ b/.github/workflows/build_and_deploy.yaml @@ -197,6 +197,14 @@ jobs: name: packages.element.io path: packages.element.io + # Workaround for https://www.cloudflarestatus.com/incidents/t5nrjmpxc1cj + - uses: unfor19/install-aws-cli-action@e8b481e524a99f37fbd39fdc1dcb3341ab091367 # v1 + if: needs.prepare.outputs.deploy == 'true' + with: + version: 2.22.35 + verbose: false + arch: amd64 + - name: Deploy artifacts if: needs.prepare.outputs.deploy == 'true' run: |