Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpwang committed Jan 2, 2025
1 parent 42b682d commit 70f1a1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 70f1a1e

Please sign in to comment.