mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 07:04:22 +00:00
eamcs is now upstreamed
This commit is contained in:
parent
727dcf5231
commit
5b703bdc58
1 changed files with 0 additions and 3 deletions
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
|
@ -95,9 +95,6 @@ jobs:
|
|||
- name: Copy vscode extension
|
||||
run: mkdir -p ./dist/code && cp ./editors/code/*.vsix ./dist/
|
||||
|
||||
- name: Copy emacs mode
|
||||
run: cp ./editors/emacs/rust-analyzer.el ./dist/rust-analyzer.el
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue