We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e71c38 commit f77c856Copy full SHA for f77c856
1 file changed
.github/workflows/upload-nightly-downloads-page.yml
@@ -31,7 +31,7 @@ jobs:
31
run: |
32
curl -s "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.22.35.zip" -o "awscliv2.zip"
33
unzip -q awscliv2.zip
34
- sudo ./aws/install
+ sudo ./aws/install --update
35
aws --version
36
- name: Upload nightly-distributions.html
37
0 commit comments