We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3422bf1 commit 45b0e7aCopy full SHA for 45b0e7a
.github/workflows/ci.yaml
@@ -83,7 +83,7 @@ jobs:
83
84
- name: Copy binaries (non-win)
85
if: matrix.os != 'windows-latest'
86
- run: cp ./target/${{ env.PROFILE }}/ra_lsp_server.* ./dist
+ run: cp ./target/${{ env.PROFILE }}/ra_lsp_server* ./dist
87
88
- name: Copy binaries (win)
89
if: matrix.os == 'windows-latest'
0 commit comments