From 25a987703c05d5a78059eb776a5b4ca65018a816 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Wed, 23 Dec 2020 08:34:10 +0200 Subject: Don't release uncompressed binaries under the new naming scheme --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/release.yaml') 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: - name: Nightly analysis-stats check if: github.ref != 'refs/heads/release' - run: ./dist/rust-analyzer-x86_64-unknown-linux-gnu analysis-stats . + run: target/x86_64-unknown-linux-gnu/release/rust-analyzer analysis-stats . - name: Upload artifacts uses: actions/upload-artifact@v1 -- cgit v1.2.3