From 13d793929a8f7732a586cc2f8a2322f2c02fd582 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Mon, 17 Feb 2020 15:13:06 +0100 Subject: Fix release process once more --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7356c879f..4584a271f 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 -- cgit v1.2.3