aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGiles Cope <[email protected]>2020-01-09 19:45:26 +0000
committerGiles Cope <[email protected]>2020-01-09 19:45:26 +0000
commit45b0e7ad7d7b747632ec574a360227cf78d121d4 (patch)
treec75aaa37d2d6e431b83d76cceafb033b82a4a4c8 /.github
parent3422bf1d29e83ae6f813cda65f835a861fb3807e (diff)
second attempt
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yaml2
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'