File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 36
36
run : |
37
37
app_releases=$(aws s3api list-objects --bucket aorta-chelpis --prefix build/aorta-app-installer/aorta-app-installer-${{github.event.inputs.app-version}} | jq -cer '[.Contents[].Key]' | tr '"' '\"')
38
38
echo "APP Releases: $app_releases"
39
- endpoint_releases=$(aws s3api list-objects --bucket aorta-chelpis --prefix build/aorta-endpoint-installer/aorta-endpoint-${{github.event.inputs.endpoint-version}} | jq -cer '[.Contents[].Key]' | tr '"' '\"')
39
+ endpoint_releases=$(aws s3api list-objects --bucket aorta-chelpis --prefix build/aorta-endpoint-installer/aorta-endpoint-v ${{github.event.inputs.endpoint-version}} | jq -cer '[.Contents[].Key]' | tr '"' '\"')
40
40
echo "Endpoint Releases: $endpoint_releases"
41
41
releases=$(jq -cer --argjson arr1 "$app_releases" --argjson arr2 "$endpoint_releases" -n '$arr1 + $arr2')
42
42
echo "::set-output name=releases::$releases"
You can’t perform that action at this time.
0 commit comments