Remove from the one that's ging to actual s3, add on another r2
This commit is contained in:
David Baker 2025-01-24 12:19:27 +00:00
parent 327615d0b3
commit 294143531d

View File

@ -206,6 +206,8 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.CF_R2_TOKEN }} AWS_SECRET_ACCESS_KEY: ${{ secrets.CF_R2_TOKEN }}
R2_URL: ${{ vars.CF_R2_S3_API }} R2_URL: ${{ vars.CF_R2_S3_API }}
DEPLOYMENT_DIR: ${{ needs.prepare.outputs.packages-dir }} DEPLOYMENT_DIR: ${{ needs.prepare.outputs.packages-dir }}
# Workaround for https://www.cloudflarestatus.com/incidents/t5nrjmpxc1cj
AWS_REQUEST_CHECKSUM_CALCULATION: when_required
- name: Notify packages.element.io of new files - name: Notify packages.element.io of new files
if: needs.prepare.outputs.deploy == 'true' if: needs.prepare.outputs.deploy == 'true'
@ -285,5 +287,3 @@ jobs:
done done
env: env:
VERSION: ${{ github.event.release.tag_name }} VERSION: ${{ github.event.release.tag_name }}
# Workaround for https://www.cloudflarestatus.com/incidents/t5nrjmpxc1cj
AWS_REQUEST_CHECKSUM_CALCULATION: when_required