diff options
author | Giles Cope <[email protected]> | 2020-01-09 19:45:26 +0000 |
---|---|---|
committer | Giles Cope <[email protected]> | 2020-01-09 19:45:26 +0000 |
commit | 45b0e7ad7d7b747632ec574a360227cf78d121d4 (patch) | |
tree | c75aaa37d2d6e431b83d76cceafb033b82a4a4c8 /.github/workflows | |
parent | 3422bf1d29e83ae6f813cda65f835a861fb3807e (diff) |
second attempt
Diffstat (limited to '.github/workflows')
-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' |