From 4d5954e14dc59ec183404d8f4a75d723eb4d197d Mon Sep 17 00:00:00 2001 From: sriram veeraghanta Date: Thu, 9 May 2024 17:20:12 +0530 Subject: [PATCH] fix: update workflow --- .github/workflows/build-branch-ee.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-branch-ee.yml b/.github/workflows/build-branch-ee.yml index 1c0f1c628c..7847fc0e8b 100644 --- a/.github/workflows/build-branch-ee.yml +++ b/.github/workflows/build-branch-ee.yml @@ -422,10 +422,7 @@ jobs: if: ${{ needs.branch_build_setup.outputs.artifact_upload_to_s3 == 'true' }} name: Upload artifacts to S3 Bucket runs-on: ubuntu-latest - needs: - [ - branch_build_setup - ] + needs: [branch_build_setup] env: ARTIFACT_SUFFIX: ${{ needs.branch_build_setup.outputs.artifact_s3_suffix }} AWS_ACCESS_KEY_ID: ${{ secrets.SELF_HOST_BUCKET_ACCESS_KEY }} @@ -446,7 +443,7 @@ jobs: fi curl "https://awscli.amazonaws.com/awscli-exe-linux-${CPU_ARCH}.zip" -o "awscliv2.zip" unzip -q awscliv2.zip - ./aws/install + ./aws/install --update mkdir -p ~/${{ env.ARTIFACT_SUFFIX }}