diff options
author | Aleksey Kladov <[email protected]> | 2020-02-10 14:55:21 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-02-10 14:55:21 +0000 |
commit | 5b703bdc582be427ee62d250b3d3290165c36b8c (patch) | |
tree | d578531e4ad8dda0af596e809b62de49eabd1b2e /.github/workflows | |
parent | 727dcf52313f3f59c97861284ce8154e1ae03183 (diff) |
eamcs is now upstreamed
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/release.yaml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 77c92512a..4103e46c2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml | |||
@@ -95,9 +95,6 @@ jobs: | |||
95 | - name: Copy vscode extension | 95 | - name: Copy vscode extension |
96 | run: mkdir -p ./dist/code && cp ./editors/code/*.vsix ./dist/ | 96 | run: mkdir -p ./dist/code && cp ./editors/code/*.vsix ./dist/ |
97 | 97 | ||
98 | - name: Copy emacs mode | ||
99 | run: cp ./editors/emacs/rust-analyzer.el ./dist/rust-analyzer.el | ||
100 | |||
101 | - name: Upload artifacts | 98 | - name: Upload artifacts |
102 | uses: actions/upload-artifact@v1 | 99 | uses: actions/upload-artifact@v1 |
103 | with: | 100 | with: |