From 22725119f5c03ec38143f7b3c359afa7db073bff Mon Sep 17 00:00:00 2001 From: Sam McCall Date: Thu, 22 Apr 2021 11:11:57 +0200 Subject: [PATCH] Rename clangd-indexing-tools-platform-version.zip -> clangd_indexing_tools-platform-version.zip This allows autoupdate to work in our buggy clients. See https://github.com/clangd/vscode-clangd/issues/180 Stylistic justification: "clangd_indexing_tools" is one "word" in the "name-platform-version.zip" naming convention. --- .github/workflows/autobuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autobuild.yaml b/.github/workflows/autobuild.yaml index d96fc56..a54de9b 100644 --- a/.github/workflows/autobuild.yaml +++ b/.github/workflows/autobuild.yaml @@ -183,7 +183,7 @@ jobs: env: { GITHUB_TOKEN: "${{ secrets.RELEASE_TOKEN }}" } with: upload_url: ${{ github.event.release.upload_url }} - asset_name: clangd-indexing-tools-${{ matrix.config.name }}-${{ github.event.release.tag_name }}.zip + asset_name: clangd_indexing_tools-${{ matrix.config.name }}-${{ github.event.release.tag_name }}.zip asset_path: indexing-tools.zip asset_content_type: application/zip - name: Check binary compatibility