mirror of
https://github.com/clangd/clangd.git
synced 2025-04-21 08:03:00 +00:00
Move artifact uploading back, will be addressed in a separate patch
This commit is contained in:
parent
d24382dbe4
commit
01b8935cc3
5
.github/workflows/autobuild.yaml
vendored
5
.github/workflows/autobuild.yaml
vendored
@ -135,6 +135,11 @@ jobs:
|
|||||||
7z a indexing-tools.zip
|
7z a indexing-tools.zip
|
||||||
${{ env.CLANGD_DIR }}/LICENSE.TXT
|
${{ env.CLANGD_DIR }}/LICENSE.TXT
|
||||||
${{ env.CLANGD_DIR }}/bin/clangd-indexer${{ matrix.config.binary_extension }}
|
${{ env.CLANGD_DIR }}/bin/clangd-indexer${{ matrix.config.binary_extension }}
|
||||||
|
- name: Upload artifact
|
||||||
|
uses: actions/upload-artifact@v1
|
||||||
|
with:
|
||||||
|
name: ${{ matrix.config.name }}
|
||||||
|
path: clangd.zip
|
||||||
- name: Upload clangd asset
|
- name: Upload clangd asset
|
||||||
uses: actions/upload-release-asset@v1.0.1
|
uses: actions/upload-release-asset@v1.0.1
|
||||||
env: { GITHUB_TOKEN: "${{ secrets.RELEASE_TOKEN }}" }
|
env: { GITHUB_TOKEN: "${{ secrets.RELEASE_TOKEN }}" }
|
||||||
|
Loading…
Reference in New Issue
Block a user