mirror of
https://github.com/clangd/clangd.git
synced 2025-04-05 00:12:10 +00:00
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.
This commit is contained in:
parent
d36dadfd99
commit
ec24d11c53
2
.github/workflows/autobuild.yaml
vendored
2
.github/workflows/autobuild.yaml
vendored
@ -183,7 +183,7 @@ jobs:
|
|||||||
env: { GITHUB_TOKEN: "${{ secrets.RELEASE_TOKEN }}" }
|
env: { GITHUB_TOKEN: "${{ secrets.RELEASE_TOKEN }}" }
|
||||||
with:
|
with:
|
||||||
upload_url: ${{ github.event.release.upload_url }}
|
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_path: indexing-tools.zip
|
||||||
asset_content_type: application/zip
|
asset_content_type: application/zip
|
||||||
- name: Check binary compatibility
|
- name: Check binary compatibility
|
||||||
|
Loading…
Reference in New Issue
Block a user