Skip to content

Commit b8718d8

Browse files
simbit18lupyuen
authored andcommitted
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 <simbit18@gmail.com>
1 parent 073df9d commit b8718d8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,17 +181,18 @@ jobs:
181181
BLOBDIR: /tools/blobs
182182
with:
183183
run: |
184+
export ARTIFACTDIR=`pwd`/buildartifacts
185+
184186
pip install ntfc==0.0.1
185187
mkdir /github/workspace/nuttx-ntfc
186188
mkdir /github/workspace/nuttx-ntfc/external
187189
cd /github/workspace/nuttx-ntfc
188190
# get NTFC test cases
189191
cd external
190192
git clone -b release-0.0.1 https://github.com/szafonimateusz-mi/nuttx-testing
193+
export NTFCDIR=/github/workspace/nuttx-ntfc
191194
192195
echo "::add-matcher::sources/nuttx/.github/gcc.json"
193-
export ARTIFACTDIR=`pwd`/buildartifacts
194-
export NTFCDIR=/github/workspace/nuttx-ntfc
195196
git config --global --add safe.directory /github/workspace/sources/nuttx
196197
git config --global --add safe.directory /github/workspace/sources/apps
197198
cd /github/workspace/sources/nuttx/tools/ci

0 commit comments

Comments
 (0)