Skip to content

Commit

Permalink
[GHA] Back to AWS CLI 2.22
Browse files Browse the repository at this point in the history
  • Loading branch information
BoykoAlex committed Feb 4, 2025
1 parent bdb3472 commit ac44051
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/upload-nightly-downloads-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
sparse-checkout: |
.github
eclipse-distribution/common/html
# - name: Setup AWS CLI 2.22
# run: |
# curl -s "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.22.35.zip" -o "awscliv2.zip"
# unzip -q awscliv2.zip
# sudo ./aws/install --update
# aws --version
- name: Setup AWS CLI 2.22
run: |
curl -s "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.22.35.zip" -o "awscliv2.zip"
unzip -q awscliv2.zip
sudo ./aws/install --update
aws --version
- name: Upload nightly-distributions.html
run: |
echo "Removing old nightly-distributions.html from s3..."
Expand Down

0 comments on commit ac44051

Please sign in to comment.