diff options
author | Giles Cope <[email protected]> | 2020-01-09 22:11:25 +0000 |
---|---|---|
committer | Giles Cope <[email protected]> | 2020-01-09 22:11:25 +0000 |
commit | 42942fc66215b1bc63817e679b2fd7e18579b78f (patch) | |
tree | 5fa1d65be84f5755889cdf5c2ed11fe78c7fc70f /.github/workflows | |
parent | f1920d7b54b89432e9d8f210fdc56c82ed8e805d (diff) |
Reducing binary size and optimising a bit more.
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/release.yaml | 2 |
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' |