mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
Fix release process once more
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user