mirror of
https://github.com/clangd/clangd.git
synced 2025-04-21 08:03:00 +00:00
Do not upload in autobuild job
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
f779426513
commit
5d77692a1c
5
.github/workflows/autobuild.yaml
vendored
5
.github/workflows/autobuild.yaml
vendored
@ -129,11 +129,6 @@ jobs:
|
|||||||
${{ env.CLANGD_DIR }}/LICENSE.TXT
|
${{ env.CLANGD_DIR }}/LICENSE.TXT
|
||||||
${{ env.CLANGD_DIR }}/bin/clangd*
|
${{ env.CLANGD_DIR }}/bin/clangd*
|
||||||
${{ env.CLANGD_DIR }}/lib/clang
|
${{ env.CLANGD_DIR }}/lib/clang
|
||||||
- name: Upload artifact
|
|
||||||
uses: actions/upload-artifact@v1
|
|
||||||
with:
|
|
||||||
name: ${{ matrix.config.name }}
|
|
||||||
path: clangd.zip
|
|
||||||
- name: Upload asset
|
- name: Upload 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