Skip to content

Commit

Permalink
Merge pull request #81 from forcedotcom/m/W-15819273
Browse files Browse the repository at this point in the history
RELEASE @W-15819273@ Fixing issue with v0.6.0 release process.
  • Loading branch information
jfeingold35 authored May 28, 2024
2 parents 2724729 + e9c9eea commit 6f7f3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6f7f3aa

Please sign in to comment.