We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74fba77 commit 9d24029Copy full SHA for 9d24029
.github/workflows/upload-nightly-downloads-page.yml
@@ -27,6 +27,12 @@ jobs:
27
sparse-checkout: |
28
.github
29
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 --update
35
+ aws --version
36
- name: Upload nightly-distributions.html
37
run: |
38
echo "Removing old nightly-distributions.html from s3..."
0 commit comments