diff options
| author | Laurențiu Nicola <lnicola@dend.ro> | 2022-05-22 21:12:48 +0300 |
|---|---|---|
| committer | Laurențiu Nicola <lnicola@dend.ro> | 2022-05-22 21:13:14 +0300 |
| commit | f50afe1b39f9a896196cc19464f9b87b4e136fda (patch) | |
| tree | 4133bb69dda3931290464c218475124cff12b86a /.github/workflows | |
| parent | 4b0f9c588d70a119e5646bdea8a9e33909e79c57 (diff) | |
| download | rust-f50afe1b39f9a896196cc19464f9b87b4e136fda.tar.gz rust-f50afe1b39f9a896196cc19464f9b87b4e136fda.zip | |
Publish universal VSIX to make VS happy
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/release.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a99894dc446..dce95424311 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 |
