mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-12 21:28:51 +00:00
Make artifacts accessible
This commit is contained in:
parent
5d8f2bd822
commit
22a0c9a838
1 changed files with 7 additions and 0 deletions
7
.github/workflows/ci.yaml
vendored
7
.github/workflows/ci.yaml
vendored
|
@ -97,3 +97,10 @@ jobs:
|
|||
working-directory: ./editors/code
|
||||
- run: npm run package --scripts-prepend-node-path
|
||||
working-directory: ./editors/code
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: ubuntu-editors
|
||||
path: /home/runner/work/rust-analyzer/editors
|
||||
|
||||
|
|
Loading…
Reference in a new issue