Skip to content

Commit

Permalink
X
Browse files Browse the repository at this point in the history
  • Loading branch information
ebelfarsi committed Jul 19, 2024
1 parent 5a42ae2 commit c020b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-manifests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
output_json_path="${{ github.workspace }}/output.json"
version=$(jq -r '.[0].Version' "$output_json_path")
base_dir="${{ github.workspace }}/releases/CE-Candidate-${version}"
aws s3 sync "$base_dir" s3://ebelfarsi-bucket/releases/CE-Candidate-${version}
aws s3 sync "$base_dir" s3://ebelfarsi-bucket/
- name: Upload output.json to GitHub Release
uses: ncipollo/[email protected]
Expand Down

0 comments on commit c020b18

Please sign in to comment.