about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-05-23 20:55:29 +0000
committerbors <bors@rust-lang.org>2022-05-23 20:55:29 +0000
commit81805d4cfc2bb307d911806dffb6eabf29b623e3 (patch)
tree5dd558d8c73cebc5543cbe7f2fca6121737f4046
parentac69da8db77c2878c42a709499e4fc00c7a103f9 (diff)
parent0ab4a5f90b4cf5f151fd9af0a1d455117ef189ce (diff)
downloadrust-81805d4cfc2bb307d911806dffb6eabf29b623e3.tar.gz
rust-81805d4cfc2bb307d911806dffb6eabf29b623e3.zip
Auto merge of #12366 - rust-lang:revert-12349-universal-vsix, r=lnicola
Revert "internal: Publish universal VSIX to make VS happy"

Reverts rust-lang/rust-analyzer#12349
-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 dce95424311..a99894dc446 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