aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorGiles Cope <[email protected]>2020-01-09 22:11:25 +0000
committerGiles Cope <[email protected]>2020-01-09 22:11:25 +0000
commit42942fc66215b1bc63817e679b2fd7e18579b78f (patch)
tree5fa1d65be84f5755889cdf5c2ed11fe78c7fc70f /.github/workflows
parentf1920d7b54b89432e9d8f210fdc56c82ed8e805d (diff)
Reducing binary size and optimising a bit more.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release.yaml2
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'