mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 07:04:22 +00:00
second attempt
This commit is contained in:
parent
3422bf1d29
commit
45b0e7ad7d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -83,7 +83,7 @@ jobs:
|
|||
|
||||
- name: Copy binaries (non-win)
|
||||
if: matrix.os != 'windows-latest'
|
||||
run: cp ./target/${{ env.PROFILE }}/ra_lsp_server.* ./dist
|
||||
run: cp ./target/${{ env.PROFILE }}/ra_lsp_server* ./dist
|
||||
|
||||
- name: Copy binaries (win)
|
||||
if: matrix.os == 'windows-latest'
|
||||
|
|
Loading…
Reference in a new issue