mirror of
https://github.com/clangd/clangd.git
synced 2025-04-21 08:03:00 +00:00
Maybe a fix for ubuntu?
This commit is contained in:
parent
2d0d12fd73
commit
0b80fc95b5
4
.github/workflows/autobuild.yaml
vendored
4
.github/workflows/autobuild.yaml
vendored
@ -310,7 +310,7 @@ jobs:
|
|||||||
- name: Upload clangd asset
|
- name: Upload clangd asset
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
mv clangd.zip ${{ env.RELEASE_FILE_NAME }}
|
mv clangd.zip ${{ env.RELEASE_FILE_NAME }} &&
|
||||||
gh release upload ${{ env.TAG_NAME }} ${{ env.RELEASE_FILE_NAME }}
|
gh release upload ${{ env.TAG_NAME }} ${{ env.RELEASE_FILE_NAME }}
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
GH_TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
||||||
@ -319,7 +319,7 @@ jobs:
|
|||||||
- name: Upload indexing-tools asset
|
- name: Upload indexing-tools asset
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
mv indexing-tools.zip ${{ env.RELEASE_FILE_NAME }}
|
mv indexing-tools.zip ${{ env.RELEASE_FILE_NAME }} &&
|
||||||
gh release upload ${{ env.TAG_NAME }} ${{ env.RELEASE_FILE_NAME }}
|
gh release upload ${{ env.TAG_NAME }} ${{ env.RELEASE_FILE_NAME }}
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
GH_TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user