mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 04:47:59 +03:00
Direct downgrade failed, try uninstalling first
Some checks failed
Build and test / Ubuntu (push) Has been cancelled
Build and test / MacOS (push) Has been cancelled
Build and test / Read .env file and expose it as output (push) Has been cancelled
Build and test / Windows (2019) (push) Has been cancelled
Build and test / Windows (2022) (push) Has been cancelled
Some checks failed
Build and test / Ubuntu (push) Has been cancelled
Build and test / MacOS (push) Has been cancelled
Build and test / Read .env file and expose it as output (push) Has been cancelled
Build and test / Windows (2019) (push) Has been cancelled
Build and test / Windows (2022) (push) Has been cancelled
This commit is contained in:
parent
e583e64380
commit
a3531fe954
1 changed files with 2 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue