about summary refs log tree commit diff
path: root/.github/workflows
diff options
context:
space:
mode:
authorLaurențiu Nicola <lnicola@users.noreply.github.com>2022-05-23 23:45:46 +0300
committerGitHub <noreply@github.com>2022-05-23 23:45:46 +0300
commit0ab4a5f90b4cf5f151fd9af0a1d455117ef189ce (patch)
tree1ed49c982fa8705ab4b113c2e498f2a246f66a34 /.github/workflows
parent7be85a5b4a218ad0b39b63fac0283e4f4917378f (diff)
Revert "internal: Publish universal VSIX to make VS happy"
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 126c9dea662..865f4c95f8a 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -241,6 +241,8 @@ jobs:
           name: ${{ env.TAG }}
           token: ${{ secrets.GITHUB_TOKEN }}
 
+      - run: rm dist/rust-analyzer-no-server.vsix
+
       - run: npm ci
         working-directory: ./editors/code