aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-02-17 14:13:06 +0000
committerAleksey Kladov <[email protected]>2020-02-17 14:13:06 +0000
commit13d793929a8f7732a586cc2f8a2322f2c02fd582 (patch)
treee435e161e1f3e5eb6c319f73643997c7f17e5dd3 /.github
parent8c51ebec4564be693bce73928ded060ef21ec809 (diff)
Fix release process once more
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