mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 07:04:22 +00:00
Getting to grips with github format...
This commit is contained in:
parent
dd5e1b652f
commit
cbd0baf20b
1 changed files with 5 additions and 1 deletions
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
|
@ -103,9 +103,13 @@ jobs:
|
|||
- run: npm run package --scripts-prepend-node-path
|
||||
working-directory: ./editors/code
|
||||
|
||||
- name: Remove files not to be published
|
||||
- name: Create distribution directory
|
||||
run: mkdir ./dist
|
||||
|
||||
- name: Copy vscode extension
|
||||
run: cp ./editors/code/*.vsix ./dist/code/
|
||||
|
||||
- name: Copy emacs mode
|
||||
run: cp -R ./editors/emacs ./dist/
|
||||
|
||||
- name: Upload artifacts
|
||||
|
|
Loading…
Reference in a new issue