aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/release.yaml
diff options
context:
space:
mode:
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 f344582fc..4db122ec7 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -62,7 +62,7 @@ jobs:
62 62
63 - name: Nightly analysis-stats check 63 - name: Nightly analysis-stats check
64 if: matrix.os == 'ubuntu-latest' && github.ref != 'refs/heads/release' 64 if: matrix.os == 'ubuntu-latest' && github.ref != 'refs/heads/release'
65 run: ./dist/rust-analyzer analysis-stats . 65 run: ./dist/rust-analyzer-linux analysis-stats .
66 66
67 - name: Upload artifacts 67 - name: Upload artifacts
68 uses: actions/upload-artifact@v1 68 uses: actions/upload-artifact@v1