Remove leftover from the previous patch

This commit is contained in:
Kirill Bobyrev 2020-10-15 12:19:47 +02:00
parent 4c04fb1737
commit fb64ce66cd
No known key found for this signature in database
GPG Key ID: 2307C055C8384FA0

View File

@ -130,7 +130,6 @@ jobs:
${{ env.CLANGD_DIR }}/bin/clangd ${{ env.CLANGD_DIR }}/bin/clangd
${{ env.CLANGD_DIR }}/lib/clang ${{ env.CLANGD_DIR }}/lib/clang
- name: Archive indexing-tools - name: Archive indexing-tools
if: matrix.config.name == 'linux'
run: > run: >
7z a indexing-tools.zip 7z a indexing-tools.zip
${{ env.CLANGD_DIR }}/LICENSE.TXT ${{ env.CLANGD_DIR }}/LICENSE.TXT