mirror of
https://github.com/copy/v86.git
synced 2025-12-31 04:23:15 +00:00
Build v86-fallback.wasm during github release.
This commit is contained in:
parent
decbe070ac
commit
98e7110c2f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
rustup component add rustfmt-preview --toolchain nightly
|
||||
|
||||
- name: Build v86
|
||||
run: make build/libv86.js build/v86.wasm
|
||||
run: make build/libv86.js build/v86.wasm build/v86-fallback.wasm
|
||||
|
||||
- name: Release to GitHub
|
||||
uses: marvinpinto/action-automatic-releases@latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue