diff --git a/.github/workflows/clang-format-check.yml b/.github/workflows/clang-format-check.yml index a079a457ac7..8b26e07a60d 100644 --- a/.github/workflows/clang-format-check.yml +++ b/.github/workflows/clang-format-check.yml @@ -43,5 +43,7 @@ jobs: - uses: actions/upload-artifact@v3 with: name: my-artifact - path: ${{ steps.verify-changed-files.outputs.changed_files }}" + path: | + .clang-format + ${{ steps.verify-changed-files.outputs.changed_files }}"