We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68206f4 commit 28649b6Copy full SHA for 28649b6
.github/workflows/upload-nightly-downloads-page.yml
@@ -27,12 +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
+ - 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
36
- name: Upload nightly-distributions.html
37
run: |
38
echo "Removing old nightly-distributions.html from s3..."
0 commit comments