]> git.lizzy.rs Git - rust.git/commitdiff
Fix release process once more
authorAleksey Kladov <aleksey.kladov@gmail.com>
Mon, 17 Feb 2020 14:13:06 +0000 (15:13 +0100)
committerAleksey Kladov <aleksey.kladov@gmail.com>
Mon, 17 Feb 2020 14:13:06 +0000 (15:13 +0100)
.github/workflows/release.yaml

index 7356c879f503268dabdbb3fa26a27e1e19e0dff7..4584a271f01651e9179729022bbc04da1198c63f 100644 (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