From f50afe1b39f9a896196cc19464f9b87b4e136fda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Sun, 22 May 2022 21:12:48 +0300 Subject: [PATCH] Publish universal VSIX to make VS happy --- .github/workflows/release.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a99894dc4468..dce95424311c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -241,8 +241,6 @@ jobs: name: ${{ env.TAG }} token: ${{ secrets.GITHUB_TOKEN }} - - run: rm dist/rust-analyzer-no-server.vsix - - run: npm ci working-directory: ./editors/code