Skip to content

Commit 6bc3670

Browse files
committed
The missing \
1 parent 6cc8470 commit 6bc3670

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,8 @@ jobs:
291291
echo "| Name | Size |" >> "$GITHUB_STEP_SUMMARY"
292292
echo "| :--- | ---: |" >> "$GITHUB_STEP_SUMMARY"
293293
294-
echo "$artifacts_json"
295-
| jq -c '[.artifacts[]] | sort_by(.size_in_bytes) | reverse | .[]'
294+
echo "$artifacts_json" \
295+
| jq -c '[.artifacts[]] | sort_by(.size_in_bytes) | reverse | .[]' \
296296
| while read -r artifact; do
297297
name=$(echo "$artifact" | jq -r '.name')
298298
size_bytes=$(echo "$artifact" | jq -r '.size_in_bytes')

0 commit comments

Comments
 (0)