diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-12-23 07:03:43 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-12-23 07:03:43 +0000 |
commit | f7f85cdd8d0660e3556c15864efd6158f114e343 (patch) | |
tree | 8758cad3fa6a8203bbb13f72ddcaeef2128f8b98 /.github/workflows | |
parent | 493e29d7132a25ce13c10393c581c2f9e1116320 (diff) | |
parent | 25a987703c05d5a78059eb776a5b4ca65018a816 (diff) |
Merge #7011
7011: Don't release uncompressed binaries under the new naming scheme r=lnicola a=lnicola
bors r+
Co-authored-by: Laurențiu Nicola <[email protected]>
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 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 |