mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-12 21:28:51 +00:00
Fix release process once more
This commit is contained in:
parent
8c51ebec45
commit
13d793929a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
@ -181,8 +181,8 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
asset_path: ./dist/rust-analyzer-$EXT_VERSION.vsix
|
||||
asset_name: rust-analyzer-$EXT_VERSION.vsix
|
||||
asset_path: ./dist/rust-analyzer-${{ env.EXT_VERSION }}.vsix
|
||||
asset_name: rust-analyzer-${{ env.EXT_VERSION }}.vsix
|
||||
asset_content_type: application/octet-stream
|
||||
|
||||
- run: npm ci
|
||||
|
|
Loading…
Reference in a new issue