Skip to content

Commit

Permalink
Do not exclude CMake files
Browse files Browse the repository at this point in the history
  • Loading branch information
pzehner committed Jan 26, 2024
1 parent 3f81ce6 commit c2bd5d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
- name: Prepare artifacts
# this is mandatory to preserve execution rights
run: tar --exclude CMakeFiles -cvf tests_${{ matrix.backend.name }}.tar build/
run: tar -cvf tests_${{ matrix.backend.name }}.tar build/
if: matrix.target.name == 'native'

- name: Save artifacts
Expand Down

0 comments on commit c2bd5d3

Please sign in to comment.