mirror of
https://github.com/clangd/clangd.git
synced 2024-12-04 21:17:10 +00:00
Do not upload in autobuild job (#563)
Artifacts are used to pass data from one job to another but we upload release assets in the same job we build them, hence artifacts are redundant.
This commit is contained in:
parent
835256346b
commit
bef10dc3c8
5
.github/workflows/autobuild.yaml
vendored
5
.github/workflows/autobuild.yaml
vendored
@ -168,11 +168,6 @@ jobs:
|
||||
${{ env.CLANGD_DIR }}/bin/clangd-indexer${{ matrix.config.binary_extension }}
|
||||
${{ env.CLANGD_DIR }}/bin/clangd-index-server${{ matrix.config.binary_extension }}
|
||||
${{ env.CLANGD_DIR }}/lib/clang
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: ${{ matrix.config.name }}
|
||||
path: clangd.zip
|
||||
- name: Upload clangd asset
|
||||
uses: actions/upload-release-asset@v1.0.1
|
||||
env: { GITHUB_TOKEN: "${{ secrets.RELEASE_TOKEN }}" }
|
||||
|
Loading…
Reference in New Issue
Block a user