mirror of
https://github.com/clangd/clangd.git
synced 2025-07-17 13:11:39 +00:00
[CI] Rename debug symbol names to avoid name confusing
This commit is contained in:
parent
8f26871294
commit
3b73e17fbf
2
.github/workflows/autobuild.yaml
vendored
2
.github/workflows/autobuild.yaml
vendored
@ -341,7 +341,7 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
||||||
with:
|
with:
|
||||||
upload_url: ${{ env.UPLOAD_URL }}
|
upload_url: ${{ env.UPLOAD_URL }}
|
||||||
asset_name: clangd-${{ matrix.config.name }}-${{ env.TAG_NAME }}-debug-symbols.7z
|
asset_name: clangd-debug-symbols-${{ matrix.config.name }}-${{ env.TAG_NAME }}.7z
|
||||||
asset_path: clangd-pdb.7z
|
asset_path: clangd-pdb.7z
|
||||||
asset_content_type: application/zip
|
asset_content_type: application/zip
|
||||||
- name: Upload indexing-tools asset
|
- name: Upload indexing-tools asset
|
||||||
|
Loading…
Reference in New Issue
Block a user