Skip to content

Commit

Permalink
Downgrade preinstalled awscli to a version that works
Browse files Browse the repository at this point in the history
  • Loading branch information
AnyOldName3 committed Jan 31, 2025
1 parent 4c95e91 commit e583e64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ jobs:
if: ${{ env.AWS_ACCESS_KEY_ID != '' && env.AWS_SECRET_ACCESS_KEY != '' && inputs.package }}
working-directory: ${{ github.workspace }}/SymStore
run: |
choco upgrade awscli -y --version=2.22.35 --allow-downgrade
aws --version
aws --endpoint-url https://rgw.ctrl-c.liu.se s3 sync --size-only --exclude * --include *.ex_ --include *.dl_ --include *.pd_ . s3://openmw-sym
Expand Down

0 comments on commit e583e64

Please sign in to comment.