mirror of
https://github.com/google/gn-language-server.git
synced 2025-12-23 12:26:43 +00:00
Fix release artifacts upload
This commit is contained in:
parent
00205167d8
commit
256e459430
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -182,6 +182,8 @@ jobs:
|
|||
with:
|
||||
pattern: intellij-gn
|
||||
path: ${{ github.workspace }}/artifacts
|
||||
- run: mv intellij-gn/*.zip ./ && rmdir intellij-gn
|
||||
working-directory: artifacts
|
||||
- run: ls -l .
|
||||
working-directory: artifacts
|
||||
- run: gh release upload "${{ github.ref_name }}" artifacts/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue