Skip to content

Commit e6fe2e1

Browse files
committed
fix CI
1 parent b9c6bbb commit e6fe2e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
const { repo: { owner, repo }, sha } = context;
5959
for (let file of await fs.readdir('out')) {
6060
console.log('uploading', file);
61-
await github.repos.uploadReleaseAsset({
61+
await github.rest.repos.uploadReleaseAsset({
6262
owner,
6363
repo,
6464
release_id: ${{ github.event.release.id }},

0 commit comments

Comments
 (0)