From 45d801dc3973f0ab593d670ef388997f44088bce Mon Sep 17 00:00:00 2001 From: El Arbi Belfarsi Date: Thu, 11 Jul 2024 09:48:07 -0400 Subject: [PATCH] s3 bucket upload edit sx --- .github/workflows/package-manifests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/package-manifests.yml b/.github/workflows/package-manifests.yml index 6a05ad7c074..dbd535881c3 100644 --- a/.github/workflows/package-manifests.yml +++ b/.github/workflows/package-manifests.yml @@ -50,10 +50,9 @@ jobs: - name: Fetch Output from Container and Upload to S3 run: | docker cp package-container:/app/output.json ${{ github.workspace }}/output.json - aws s3 cp ${{ github.workspace }}/output.json s3://your-bucket-name/output.json + aws s3 cp ${{ github.workspace }}/output.json s3://ebelfarsi-bucket/output.json - name: Prepare Directory Structure - shell: bash run: | version=$(jq -r '.[0].Version' ${{ github.workspace }}/output.json | cut -d'-' -f1) base_dir="${{ github.workspace }}/CE-Candidate-${version}"