aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yaml4
1 files 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:
181 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 181 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
182 with: 182 with:
183 upload_url: ${{ steps.create_release.outputs.upload_url }} 183 upload_url: ${{ steps.create_release.outputs.upload_url }}
184 asset_path: ./dist/rust-analyzer-$EXT_VERSION.vsix 184 asset_path: ./dist/rust-analyzer-${{ env.EXT_VERSION }}.vsix
185 asset_name: rust-analyzer-$EXT_VERSION.vsix 185 asset_name: rust-analyzer-${{ env.EXT_VERSION }}.vsix
186 asset_content_type: application/octet-stream 186 asset_content_type: application/octet-stream
187 187
188 - run: npm ci 188 - run: npm ci