We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb07da5 + 5f399a1 commit 49fea85Copy full SHA for 49fea85
.github/workflows/publish-code.yml
@@ -54,7 +54,7 @@ jobs:
54
const { repo: { owner, repo }, sha } = context;
55
for (let file of await fs.readdir('PackOutputs')) {
56
console.log('uploading', file);
57
- await github.repos.uploadReleaseAsset({
+ await github.rest.repos.uploadReleaseAsset({
58
owner,
59
repo,
60
release_id: ${{ github.event.release.id }},
0 commit comments