mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 21:54:42 +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
|
- run: npm run package --scripts-prepend-node-path
|
||||||
working-directory: ./editors/code
|
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
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: editors
|
name: executables
|
||||||
path: ./editors
|
path: ./dist
|
||||||
|
|
Loading…
Reference in a new issue