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/*