Skip to content

Commit c144488

Browse files
authored
Add readme (#25)
* Add readme * Fix publish script * update * Update README.md * Update README.md * Update README.md
1 parent 6fa9901 commit c144488

File tree

3 files changed

+510
-3
lines changed

3 files changed

+510
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
for (let file of await fs.readdir('out')) {
5757
console.log('uploading', file);
5858
59-
await github.repos.uploadReleaseAsset({
59+
await github.rest.repos.uploadReleaseAsset({
6060
owner,
6161
repo,
6262
release_id: ${{ github.event.release.id }},

0 commit comments

Comments
 (0)