Skip to content

Commit e9894ee

Browse files
committed
Update workflow.
1 parent 389b632 commit e9894ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sync-r2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
CLOUDFLARE_R2_ACCESS_KEY_ID: ${{ secrets.CLOUDFLARE_R2_ACCESS_KEY_ID }}
2121
CLOUDFLARE_R2_SECRET_ACCESS_KEY: ${{ secrets.CLOUDFLARE_R2_SECRET_ACCESS_KEY }}
2222
run: |
23-
# Install AWS CLI
23+
# Install or update AWS CLI
2424
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
2525
unzip awscliv2.zip
26-
sudo ./aws/install
26+
sudo ./aws/install --update
2727
2828
# Configure AWS CLI for Cloudflare R2
2929
mkdir -p ~/.aws

0 commit comments

Comments
 (0)