Skip to content

Commit

Permalink
Merge pull request #14 from catdad-experiments/debug-tag-publishing
Browse files Browse the repository at this point in the history
fixing bug in publishing releases
  • Loading branch information
catdad authored May 11, 2021
2 parents d8a1ce6 + 710564d commit 18889bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/emscripten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ jobs:
owner, repo,
release_id: release.data.id,
name: file,
data: await fs.readFile(`./${file}`)
data: await fs.readFile(`./dist/${file}`)
});
}
3 changes: 3 additions & 0 deletions dist-prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ cp libheif/COPYING dist/LICENSE

assertFile dist/libheif.js
assertFile dist/LICENSE

chown $(whoami) dist/libheif.js dist/LICENSE
ls -la dist

0 comments on commit 18889bc

Please sign in to comment.