From cb3ce39fe11c6791164c25a3ec211a94729fff65 Mon Sep 17 00:00:00 2001 From: Lee Calcote Date: Fri, 6 Dec 2024 00:27:38 -0600 Subject: [PATCH] Update features-to-json.js Signed-off-by: Lee Calcote --- .github/build/features-to-json.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/build/features-to-json.js b/.github/build/features-to-json.js index 3e5e5185fcaf..8a5e4469ac6b 100755 --- a/.github/build/features-to-json.js +++ b/.github/build/features-to-json.js @@ -26,7 +26,7 @@ async function processCSV() { noheader: true, headers: headers, output: "json", - }).fromFile("../spreadsheet.csv"); + }).fromFile(".github/build/spreadsheet.csv"); const filteredData = rows.map(row => { try { @@ -103,4 +103,4 @@ async function processCSV() { } } -processCSV(); \ No newline at end of file +processCSV();