diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7356c879f5..4584a271f0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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