mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-06 18:11:57 +00:00
Direct downgrade failed, try uninstalling first
This commit is contained in:
parent
e583e64380
commit
a3531fe954
3
.github/workflows/windows.yml
vendored
3
.github/workflows/windows.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user