diff options
-rw-r--r-- | .github/workflows/ci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 793fb428a..eab03f581 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml | |||
@@ -83,7 +83,7 @@ jobs: | |||
83 | 83 | ||
84 | - name: Copy binaries (non-win) | 84 | - name: Copy binaries (non-win) |
85 | if: matrix.os != 'windows-latest' | 85 | if: matrix.os != 'windows-latest' |
86 | run: cp ./target/${{ env.PROFILE }}/ra_lsp_server.* ./dist | 86 | run: cp ./target/${{ env.PROFILE }}/ra_lsp_server* ./dist |
87 | 87 | ||
88 | - name: Copy binaries (win) | 88 | - name: Copy binaries (win) |
89 | if: matrix.os == 'windows-latest' | 89 | if: matrix.os == 'windows-latest' |