From 474f0206e9d3ffcbc18ccc811642ef3a26e8c8d2 Mon Sep 17 00:00:00 2001 From: Kirill Bobyrev Date: Fri, 23 Oct 2020 15:27:46 +0200 Subject: [PATCH] Bundle headers in indexing-tools release archive --- .github/workflows/autobuild.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/autobuild.yaml b/.github/workflows/autobuild.yaml index d20bf9e..46e64e0 100644 --- a/.github/workflows/autobuild.yaml +++ b/.github/workflows/autobuild.yaml @@ -166,6 +166,7 @@ jobs: ${{ env.CLANGD_DIR }}/LICENSE.TXT ${{ env.CLANGD_DIR }}/bin/clangd-indexer${{ matrix.config.binary_extension }} ${{ env.CLANGD_DIR }}/bin/clangd-index-server${{ matrix.config.binary_extension }} + ${{ env.CLANGD_DIR }}/lib/clang - name: Upload artifact uses: actions/upload-artifact@v1 with: