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
baf9fcc38e
commit
942836ac33
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -61,7 +61,7 @@ jobs:
|
||||||
run: cargo xtask dist
|
run: cargo xtask dist
|
||||||
|
|
||||||
- name: Nightly analysis-stats check
|
- name: Nightly analysis-stats check
|
||||||
if: matrix.os == 'ubuntu-latest' && if: 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 analysis-stats .
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
|
|
Loading…
Reference in a new issue