aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/release.yaml
diff options
context:
space:
mode:
authorLaurenČ›iu Nicola <[email protected]>2020-12-23 06:34:10 +0000
committerLaurenČ›iu Nicola <[email protected]>2020-12-23 06:46:38 +0000
commit25a987703c05d5a78059eb776a5b4ca65018a816 (patch)
tree8758cad3fa6a8203bbb13f72ddcaeef2128f8b98 /.github/workflows/release.yaml
parent493e29d7132a25ce13c10393c581c2f9e1116320 (diff)
Don't release uncompressed binaries under the new naming scheme
Diffstat (limited to '.github/workflows/release.yaml')
-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 09752b817..75483b477 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -82,7 +82,7 @@ jobs:
82 82
83 - name: Nightly analysis-stats check 83 - name: Nightly analysis-stats check
84 if: github.ref != 'refs/heads/release' 84 if: github.ref != 'refs/heads/release'
85 run: ./dist/rust-analyzer-x86_64-unknown-linux-gnu analysis-stats . 85 run: target/x86_64-unknown-linux-gnu/release/rust-analyzer analysis-stats .
86 86
87 - name: Upload artifacts 87 - name: Upload artifacts
88 uses: actions/upload-artifact@v1 88 uses: actions/upload-artifact@v1