diff --git a/.github/workflows/automated-release.yml b/.github/workflows/automated-release.yml index 01633c67c..c804e5653 100644 --- a/.github/workflows/automated-release.yml +++ b/.github/workflows/automated-release.yml @@ -28,6 +28,13 @@ jobs: run: make build -j8 - name: Install Github-release run: go install github.com/github-release/github-release@latest + - name: Install AWS CLI v2 + run: | + curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o /tmp/awscliv2.zip + unzip -q /tmp/awscliv2.zip -d /tmp + rm /tmp/awscliv2.zip + sudo /tmp/aws/install --update + rm -rf /tmp/aws/ - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v1 with: