From b76185b955540ec5b52f6c519183ca58e045c649 Mon Sep 17 00:00:00 2001 From: Eiren Rain Date: Sat, 2 Oct 2021 09:05:33 +0300 Subject: [PATCH] Update c-cpp.yml Fix artifact folder structure in github workflow --- .github/workflows/c-cpp.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 2077cba..0b1a9e3 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -77,5 +77,4 @@ jobs: # A file, directory or wildcard pattern that describes what to upload # Using wildcards so that only the driver directory gets included (if you specify it, then it won't be included) path: | - ${{env.CMAKE_BUILD_DIR}}/Release/* - !${{env.CMAKE_BUILD_DIR}}/Release/*.* + ${{env.CMAKE_BUILD_DIR}}/Release/driver/*