Skip to content

Commit

Permalink
s3 bucket upload edit sx
Browse files Browse the repository at this point in the history
  • Loading branch information
ebelfarsi committed Jul 11, 2024
1 parent b90f014 commit 45d801d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/package-manifests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 45d801d

Please sign in to comment.