aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 3d45413e1..eff68a95c 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -78,7 +78,7 @@ jobs:
78 78
79 - name: Copy binaries (non-win) 79 - name: Copy binaries (non-win)
80 if: matrix.os != 'windows-latest' 80 if: matrix.os != 'windows-latest'
81 run: cp ./target/${{ env.PROFILE }}/ra_lsp_server* ./dist 81 run: cp ./target/${{ env.PROFILE }}/ra_lsp_server ./dist
82 82
83 - name: Copy binaries (win) 83 - name: Copy binaries (win)
84 if: matrix.os == 'windows-latest' 84 if: matrix.os == 'windows-latest'