mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +00:00
Less output for typescript artifacts
This commit is contained in:
parent
f9049d35a2
commit
dd5e1b652f
1 changed files with 7 additions and 2 deletions
9
.github/workflows/ci.yaml
vendored
9
.github/workflows/ci.yaml
vendored
|
@ -103,8 +103,13 @@ jobs:
|
|||
- run: npm run package --scripts-prepend-node-path
|
||||
working-directory: ./editors/code
|
||||
|
||||
- name: Remove files not to be published
|
||||
run: mkdir ./dist
|
||||
run: cp ./editors/code/*.vsix ./dist/code/
|
||||
run: cp -R ./editors/emacs ./dist/
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: editors
|
||||
path: ./editors
|
||||
name: executables
|
||||
path: ./dist
|
||||
|
|
Loading…
Reference in a new issue