From e9c9eea0ef9d237a9c1b01e4a66a5d9699201aaf Mon Sep 17 00:00:00 2001 From: Joshua Feingold Date: Tue, 28 May 2024 11:02:12 -0500 Subject: [PATCH] RELEASE @W-15819273@ Fixing issue with v0.6.0 release process. --- .github/workflows/create-github-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-github-release.yml b/.github/workflows/create-github-release.yml index b223c0e..24b17cc 100644 --- a/.github/workflows/create-github-release.yml +++ b/.github/workflows/create-github-release.yml @@ -43,7 +43,7 @@ jobs: with: name: vsix # Download the VSIX to a subdirectory of HOME, so it's guaranteed to be somewhere we can see. - path: ~/downloads/vsix + path: ~/downloads # The VSIX is zipped. Unzip it. - run: unzip ~/downloads/vsix # Create the release