Skip to content

Commit 450923f

Browse files
committed
Disable S3 checksum calculation
1 parent b13a3fc commit 450923f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,7 @@ jobs:
440440
env:
441441
AWS_ACCESS_KEY_ID: ${{ secrets.R2_ACCESS_KEY_ID }}
442442
AWS_SECRET_ACCESS_KEY: ${{ secrets.R2_SECRET_ACCESS_KEY }}
443+
AWS_REQUEST_CHECKSUM_CALCULATION: when_required
443444
run: |
444445
# Upload MSIX bundle
445446
Get-ChildItem -File EarTrumpet.Package_*_x86_x64_arm64.msixbundle | ForEach-Object {

0 commit comments

Comments
 (0)