Skip to content

Commit 45b0e7a

Browse files
committed
second attempt
1 parent 3422bf1 commit 45b0e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383

8484
- name: Copy binaries (non-win)
8585
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
8787

8888
- name: Copy binaries (win)
8989
if: matrix.os == 'windows-latest'

0 commit comments

Comments
 (0)