From 45b0e7ad7d7b747632ec574a360227cf78d121d4 Mon Sep 17 00:00:00 2001 From: Giles Cope Date: Thu, 9 Jan 2020 19:45:26 +0000 Subject: second attempt --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') 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: - name: Copy binaries (non-win) if: matrix.os != 'windows-latest' - run: cp ./target/${{ env.PROFILE }}/ra_lsp_server.* ./dist + run: cp ./target/${{ env.PROFILE }}/ra_lsp_server* ./dist - name: Copy binaries (win) if: matrix.os == 'windows-latest' -- cgit v1.2.3