From 70f1a1e79e6c860efaabd77b9a84c76b4158cf77 Mon Sep 17 00:00:00 2001 From: Jonathan Wang <31040440+jonathanpwang@users.noreply.github.com> Date: Thu, 2 Jan 2025 02:03:30 -0500 Subject: [PATCH] fix --- .github/workflows/benchmarks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 9564f154a4..f78dbfb150 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -166,12 +166,12 @@ jobs: run: | json_files=$(echo '${{ needs.create-matrix.outputs.matrix }}' | jq -r ' .[] | - "\(.id)-${{ env.CURRENT_SHA }}.json/") + "\(.id)-${{ env.CURRENT_SHA }}.json"') json_file_list=$(echo -n "$json_files" | paste -sd "," -) prev_json_files=$(echo '${{ needs.create-matrix.outputs.matrix }}' | jq -r ' .[] | - "main-\(.id).json/") + "main-\(.id).json"') prev_json_file_list=$(echo -n "$prev_json_files" | paste -sd "," -) while read json_file; do