diff options
author | Aleksey Kladov <[email protected]> | 2020-04-07 08:40:01 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-04-07 08:40:01 +0100 |
commit | 9c482f4a215ecb98e038e3ea07d9ef9ec3c481f5 (patch) | |
tree | 48a231e5f57892c0f7331b395bbce7edf3087941 | |
parent | 942836ac33fbebff7179958ebb43317d1e3b2bd0 (diff) |
Fix yaml
-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 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 |