mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-12 21:28:51 +00:00
Fix yaml
This commit is contained in:
parent
942836ac33
commit
9c482f4a21
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -62,7 +62,7 @@ jobs:
|
||||||
|
|
||||||
- name: Nightly analysis-stats check
|
- name: Nightly analysis-stats check
|
||||||
if: matrix.os == 'ubuntu-latest' && github.ref != 'refs/heads/release'
|
if: matrix.os == 'ubuntu-latest' && github.ref != 'refs/heads/release'
|
||||||
run: ./dist/rust-analyzer analysis-stats .
|
run: ./dist/rust-analyzer-linux analysis-stats .
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
|
|
Loading…
Reference in a new issue