Skip to content

Commit

Permalink
Direct downgrade failed, try uninstalling first
Browse files Browse the repository at this point in the history
  • Loading branch information
AnyOldName3 committed Jan 31, 2025
1 parent e583e64 commit a3531fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,8 @@ 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
choco uninstall awscli -y
choco install awscli -y --version=2.22.35
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 a3531fe

Please sign in to comment.