binji / binjgb

Gameboy emulator implemented in C, that also runs in the browser
https://binji.github.io/binjgb/
MIT License
534 stars 61 forks source link

Upload wasm build as artifact #45

Open avivace opened 2 years ago

avivace commented 2 years ago

Just a quick change to expose the results of the wasm build in the CI as artifact so the js and wasm files can be easily downloaded

I can also do this for every build target, let me know how this looks @binji :smile:

binji commented 2 years ago

Thanks for the PR! Would you mind putting this in build_release.yml instead? That way it is only generated for releases rather than every build.