Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
Fix artifact folder structure in github workflow
  • Loading branch information
Eirenliel authored Oct 2, 2021
1 parent df0ebd4 commit b76185b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*

0 comments on commit b76185b

Please sign in to comment.