[Backport] Work around cloudflare r2 issue

This commit is contained in:
Michael Telatynski 2025-01-28 14:09:46 +00:00 committed by GitHub
parent ed6dd5196e
commit 1959ead3b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -197,6 +197,14 @@ jobs:
name: packages.element.io name: packages.element.io
path: 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 - name: Deploy artifacts
if: needs.prepare.outputs.deploy == 'true' if: needs.prepare.outputs.deploy == 'true'
run: | run: |