From df51e630294def210273033581af2c60bb9a6904 Mon Sep 17 00:00:00 2001 From: Robrecht Cannoodt Date: Sat, 24 Feb 2024 22:18:17 +0100 Subject: [PATCH] fix --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 11bf9853..6e1fc4b3 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -83,8 +83,8 @@ jobs: echo "matrix=$(jq -c '[ .[] | { "name": (.namespace + "/" + .name), - "config": .info.config, - "dir": .info.config | capture("^(?.*\/)").dir + "config": .build_info.config, + "dir": .build_info.config | capture("^(?.*\/)").dir } ]' ns_list.json )" >> $GITHUB_OUTPUT