From b8718d8c5264ff0d4bcca033b93d9b1a9d0b1af6 Mon Sep 17 00:00:00 2001 From: simbit18 Date: Wed, 1 Apr 2026 17:26:30 +0200 Subject: [PATCH] build.yml: Fix No files were found with the provided path Fix Warning: No files were found with the provided path: buildartifacts/. Signed-off-by: simbit18 --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fc106e7d6..f4f33fda9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -181,6 +181,8 @@ jobs: BLOBDIR: /tools/blobs with: run: | + export ARTIFACTDIR=`pwd`/buildartifacts + pip install ntfc==0.0.1 mkdir /github/workspace/nuttx-ntfc mkdir /github/workspace/nuttx-ntfc/external @@ -188,10 +190,9 @@ jobs: # get NTFC test cases cd external git clone -b release-0.0.1 https://github.com/szafonimateusz-mi/nuttx-testing + export NTFCDIR=/github/workspace/nuttx-ntfc echo "::add-matcher::sources/nuttx/.github/gcc.json" - export ARTIFACTDIR=`pwd`/buildartifacts - export NTFCDIR=/github/workspace/nuttx-ntfc git config --global --add safe.directory /github/workspace/sources/nuttx git config --global --add safe.directory /github/workspace/sources/apps cd /github/workspace/sources/nuttx/tools/ci