Skip to content

Commit

Permalink
making sure files are read out of dist
Browse files Browse the repository at this point in the history
I am honestly not sure how it worked previously?
  • Loading branch information
catdad committed May 9, 2021
1 parent feaaea0 commit 710564d
Showing 1 changed file with 1 addition 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}`)
});
}

0 comments on commit 710564d

Please sign in to comment.