mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 07:04:22 +00:00
fix release more
This commit is contained in:
parent
59f6bf87d6
commit
f0a5fe8699
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -58,7 +58,7 @@ jobs:
|
|||
|
||||
- name: Dist
|
||||
if: matrix.os != 'ubuntu-latest'
|
||||
run: cargo xtask dist --version 0.3.$GITHUB_RUN_NUMBER-nightly --tag nightly
|
||||
run: cargo xtask dist
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v1
|
||||
|
|
Loading…
Reference in a new issue