From 42942fc66215b1bc63817e679b2fd7e18579b78f Mon Sep 17 00:00:00 2001 From: Giles Cope Date: Thu, 9 Jan 2020 22:11:25 +0000 Subject: Reducing binary size and optimising a bit more. --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') 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: - 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