Skip to content

Commit

Permalink
windows too
Browse files Browse the repository at this point in the history
  • Loading branch information
fasmat committed Jan 23, 2025
1 parent aa659b6 commit fd2ae0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
sudo installer -pkg AWSCLIV2.pkg -target /
- name: Install aws-cli on windows
if: ${{ matrix.os == 'windows-2022' }}
run: choco install awscli --version=2.22.35
run: choco install awscli --version=2.22.35 --allow-downgrade
- name: Upload zip to R2
run: >
aws s3 sync build-zip
Expand Down

0 comments on commit fd2ae0e

Please sign in to comment.