Skip to content

Commit 39c244d

Browse files
committed
[GHA] Try AWS CLI 2.22
1 parent 7187148 commit 39c244d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/upload-nightly-downloads-page.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ jobs:
2727
sparse-checkout: |
2828
.github
2929
eclipse-distribution/common/html
30+
- name: Setup AWS CLI 2.22
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
35+
aws --version
3036
- name: Upload nightly-distributions.html
3137
run: |
3238
echo "Removing old nightly-distributions.html from s3..."

0 commit comments

Comments
 (0)