We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ff35c8 + 385f957 commit 7b4ff2dCopy full SHA for 7b4ff2d
1 file changed
.github/workflows/publish.yml
@@ -107,7 +107,7 @@ jobs:
107
owner: context.repo.owner,
108
repo: context.repo.repo,
109
release_id: release.data.id,
110
- data: fs.readFileSync(path).toString(),
+ data: fs.readFileSync(path),
111
name: "vscode-github-actions-${{ env.EXT_VERSION }}.vsix",
112
headers: {
113
"content-type": "application/vsix",
0 commit comments