From 68dab3ab6f98a49f032245dd2c58b3e41cf712df Mon Sep 17 00:00:00 2001 From: Joshua Feingold Date: Tue, 28 May 2024 11:53:00 -0500 Subject: [PATCH] @W-15819273@ Fixing release process error. --- .github/workflows/create-github-release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/create-github-release.yml b/.github/workflows/create-github-release.yml index 24b17cc..0554a41 100644 --- a/.github/workflows/create-github-release.yml +++ b/.github/workflows/create-github-release.yml @@ -44,8 +44,6 @@ jobs: name: vsix # Download the VSIX to a subdirectory of HOME, so it's guaranteed to be somewhere we can see. path: ~/downloads - # The VSIX is zipped. Unzip it. - - run: unzip ~/downloads/vsix # Create the release - name: Create github release uses: softprops/action-gh-release@v2