mirror of
https://github.com/clangd/clangd.git
synced 2025-06-07 16:54:57 +00:00
UPLOAD_URL and RELEASE_ID is no longer needed
This commit is contained in:
parent
ce53020ffa
commit
ba825b6b47
2
.github/workflows/autobuild.yaml
vendored
2
.github/workflows/autobuild.yaml
vendored
@ -121,9 +121,7 @@ jobs:
|
|||||||
draft: true
|
draft: true
|
||||||
- name: Preserve release info
|
- name: Preserve release info
|
||||||
run: |
|
run: |
|
||||||
echo "UPLOAD_URL=${{ steps.create_release.outputs.url }}" >> release.env
|
|
||||||
echo "TAG_NAME=${{ env.TAG_NAME }}" >> release.env
|
echo "TAG_NAME=${{ env.TAG_NAME }}" >> release.env
|
||||||
echo "RELEASE_ID=${{ steps.create_release.outputs.id }}" >> release.env
|
|
||||||
- name: Upload result
|
- name: Upload result
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user