We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ff35c8 commit 385f957Copy full SHA for 385f957
.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