mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Downgrade preinstalled awscli to a version that works
This commit is contained in:
parent
4c95e91a8d
commit
e583e64380
1 changed files with 1 additions and 0 deletions
1
.github/workflows/windows.yml
vendored
1
.github/workflows/windows.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue