Fix release process once more

This commit is contained in:
Aleksey Kladov 2020-02-17 15:13:06 +01:00
parent 8c51ebec45
commit 13d793929a

View file

@ -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